Expand description
§Guide: tutorials for every audience
The pages, each self-contained, each with code:
- Writing an application — hub, with the Communication Layer (the default) and the Transport Layer.
- Implementing a transport — hub, with
UTransport, owned, and zero-copy. - Adding a wire format.
- The trait map — how the traits fit together and which ones are yours.
Not sure where you fit? If you’re using uProtocol, start with applications; if a trait name brought you here, start with the trait map.
Modules§
- applications
- Writing an application
- trait_
map - The trait map: how the traits fit together
- transports
- Implementing a transport
- wires
- Adding a wire format (and stable payloads)