PROTOCOL
author viric@mandarina
Sun, 15 Feb 2009 19:12:08 +0100
changeset 261 dc8f1609bad8
parent 165 7b914d4003c2
permissions -rw-r--r--
Added tag v0.6.2 for changeset 18d5bf8fa969

[ Totally outdated document ]

New job
-------------------------
Client: Msg [ new job (commandsize,filenamesize)]
Client: Command (+null)
Server: Msg [ NewJob OK ]
--- pause until the server allows running ---
Server: Msg [ RunJOB ]
Client: Msg [ RunJOB OK ]
Client: (if needed) Filename (+null)
--- pause until the client process finishes ---
Client: Msg [ EndJOB ]
Client: close.

List
-------------------------
Client: Msg [ LIST ]
Server: Msg [ List_line ]
Server: line (+null)
Server: Msg [ List_line ]
Server: line (+null)
...
Server: close.