Now I wonder if we'll ever use it. Co-authored-by: erki <skull132@skullnet.me> Reviewed-on: #3
18 lines
530 B
ReStructuredText
18 lines
530 B
ReStructuredText
|
|
Messaging Library
|
|
=================
|
|
|
|
A small Packet and Parser implementation for framing random message structures on the wire.
|
|
|
|
Use the :cpp:struct:`Packet` to copy in various data. Then send the serialized version of the packet
|
|
onto the wire.
|
|
|
|
:cpp:class:`Messaging::Parser` will help you put bytes coming in from the wire into coherent packets, and will serve you
|
|
these packets as you're ready for them.
|
|
|
|
.. doxygennamespace:: Messaging
|
|
:project: SkullCPeripheralsLibrary
|
|
:content-only:
|
|
:members:
|
|
:undoc-members:
|