eclipse-archived / unide

Eclipse Public License 1.0
29 stars 17 forks source link

Provide a C binding for PPMP #2

Open kartben opened 7 years ago

kartben commented 7 years ago

It would be useful to have a C library that people can use to serialize/unserialize PPMP message, and therefore use the protocol on microcontrollers, etc.

fpatz commented 7 years ago

If we can restrict the C implementation to one direction (sending), we would not need a JSON parser, and it would be straightforward to do an implementation in C.

ameinhardt commented 6 years ago

@azoitl: would you provide a C binding?