Next: Administration Software
Up: Server Protocol
Previous: Server Protocol
  Contents
- Server sends greeting, terminated with `:'
- Client sends single byte ID (100 for Java client)
- If accepted, the server replies with `:' and waits for a command, otherwise replies with `;' and drops the connection.
- Client sends a command (1 byte)
- 113 (q) - Quit
- 114 (r) - Route Request
- If the command is unsupported, the server replies with `;' and returns to waiting for the next command.
- If it is supported the server returns `:'
- if `q' then both client and server close the connection
- if `r' then
- Client sends node ID
- Server sends `.'
- Repeat until node ID is 1
- Server sends node IDs (returned route) finishing with `:'
- Server waits for next command.
2000-10-20