Cap'n Proto demo code for related article exploring this protocol.
- point_demo that creates, saves, and explores messaging and serialisation into the capnp data format
- client and server code for sending a point to a point-tracker (list of points)
- pub-sub server and client adapted from capnp-rpc example code
cargo run point_demoOpen two terminal panes/windows. In one, run
cargo run server 127.0.0.1:3000Open two terminal panes/windows. In one, run:
cargo run client 127.0.0.1:3000