MPack.h
TelemetryJet uses MessagePack as the underlying protocol for encoding/decoding data for transmission over the serial connection. The SDK comes bundled with MPack: An open-source C implementation of the MessagePack specification.
If you wish to use MPack directly for advanced usage, you can include and use MPack.h.
Full documentation is available for MPack and MessagePack at: