Full References
The full reference pages are for those who want to know all the details. SnowFox has a few different interfaces, each with its own section here.
Protocol Buffers
Protocol Buffers messages
are used in SnowFox to communicate among components,
with clients, and with other nodes.
These messages are exhanged among systems to form an asynchronous client-server
communication protocols.
These components have protocol buffer based APIs:
- Daemon and Manager messages are exchanged according to the dm protocol.
- Daemon and Spawner messages are exchanged according to the ds protocol.
- Manager and Spawner messages are exchanged according to the ms protocol.
- SnowFox public API messages are exchanged according to the public protocol.