Feat: change the architecture of the 'sheepit network', instead of storing every frame,mp4,zip on a single server, use multiple servers(shepherds)
This commit is contained in:
@@ -34,7 +34,6 @@ A path is provided for error, job request, job validation, download needed file,
|
||||
The maximum duration between two heartbeats in seconds is given by the attribute "max-period".
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<config status="0">
|
||||
<request type="validate-job" path="/server/send_frame.php" />
|
||||
<request type="request-job" path="/server/request_job.php" />
|
||||
<request type="download-archive" path="/server/download.php" />
|
||||
<request type="error" path="/server/error.php" />
|
||||
@@ -123,7 +122,7 @@ if fileformat != 'BMP' and fileformat != 'PNG' and fileformat != 'JPEG' and file
|
||||
|
||||
=== Job validation ===
|
||||
|
||||
Url: use the request type "validate-job" from the configuration answer.
|
||||
Url: use the url url of job's node for 'validationurl'.
|
||||
Parameter as GET or POST:
|
||||
* job: Job ID
|
||||
* frame: Job's frame number
|
||||
|
||||
Reference in New Issue
Block a user