Public Protocol Reference
Client connection
These events are exchanged when a client connects to the daemon. The sequence is initiated by the client.
- The client sends a
MessagewithCode::Introduceto the daemon. - The daemon responds with a
ClientIntroduceresponse. - The client should use the returned ID to build
correlation_ids for its messages.
Node information
These events are exchanged when node information is requested. The sequence is initiated by the client.
- The user sends a
NodeInfoRequestmessage to the Manager. - The Manager sends a
NodeInfoResponsemessage back.