Our great sponsors
-
If you control both endpoints, use nanopb. (https://jpa.kapsi.fi/nanopb/) It's a scaled down implementation of google's protocol buffers. You create your message and it will generate the encode/decode functions and structures. Don't re-invent the wheel.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- ESP-Now: multiple devices, but how to do multiple types of data?
- looking for c++ libraries whose equivalent c libraries are also present..
- Nanopb - Protocol Buffers for Embedded Systems
- Network serialization libraries for C?
- SharedMemory concept for mesh of micro controllers : Does it work ? Can it be done for "free" (using pointers only) ? (Do you wanna help me ?)