next up previous contents
Next: Administration Software Up: Server Protocol Previous: Server Protocol   Contents

End-User Software

  1. Server sends greeting, terminated with `:'
  2. Client sends single byte ID (100 for Java client)
  3. If accepted, the server replies with `:' and waits for a command, otherwise replies with `;' and drops the connection.
  4. Client sends a command (1 byte)
  5. If the command is unsupported, the server replies with `;' and returns to waiting for the next command.
  6. If it is supported the server returns `:'




2000-10-20