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: