PROTOCOL
author viric <viriketo@gmail.com>
Wed, 19 Oct 2016 22:08:34 +0200
changeset 349 3916245a60b5
parent 165 7b914d4003c2
permissions -rw-r--r--
Setting version to 1.0.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
165
7b914d4003c2 Fixing licenses in some files, and updating some documents.
viric@mandarina
parents: 21
diff changeset
     1
[ Totally outdated document ]
7b914d4003c2 Fixing licenses in some files, and updating some documents.
viric@mandarina
parents: 21
diff changeset
     2
18
af4898956964 Now commands of any-length are accepted.
viric@llimona
parents:
diff changeset
     3
New job
af4898956964 Now commands of any-length are accepted.
viric@llimona
parents:
diff changeset
     4
-------------------------
af4898956964 Now commands of any-length are accepted.
viric@llimona
parents:
diff changeset
     5
Client: Msg [ new job (commandsize,filenamesize)]
af4898956964 Now commands of any-length are accepted.
viric@llimona
parents:
diff changeset
     6
Client: Command (+null)
19
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
     7
Server: Msg [ NewJob OK ]
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
     8
--- pause until the server allows running ---
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
     9
Server: Msg [ RunJOB ]
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
    10
Client: Msg [ RunJOB OK ]
18
af4898956964 Now commands of any-length are accepted.
viric@llimona
parents:
diff changeset
    11
Client: (if needed) Filename (+null)
19
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
    12
--- pause until the client process finishes ---
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
    13
Client: Msg [ EndJOB ]
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 18
diff changeset
    14
Client: close.
21
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    15
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    16
List
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    17
-------------------------
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    18
Client: Msg [ LIST ]
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    19
Server: Msg [ List_line ]
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    20
Server: line (+null)
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    21
Server: Msg [ List_line ]
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    22
Server: line (+null)
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    23
...
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 19
diff changeset
    24
Server: close.