weave-contracts 0.12.0

WebSocket protocol types shared between edge-agent and weave-server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# weave-contracts

WebSocket protocol types shared between [`edge-agent`](https://github.com/shin1ohno/edge-agent)
and `weave-server`.

Wire format is JSON text frames. Each frame is a single `ServerToEdge` or
`EdgeToServer` value. Nested types include `EdgeConfig`, `Mapping`, `Glyph`,
and related enums.

This crate is consumed by edge-side binaries (e.g. `nuimo-mqtt`) that need
to interoperate with a weave server without depending on the full edge-agent
runtime.

## License

MIT.