ghnotgood opened a new pull request, #3362:
URL: https://github.com/apache/nuttx-apps/pull/3362

   ## Summary
   
   BARE [1] is a simple binary representation for structured application data.
   
   cbare [2], the BARE implementation ported by this commit, is an I/O agnostic 
C implementation of the BARE message encoding.
   
   [1]: https://baremessages.org/
   [2]: https://git.sr.ht/~fsx/cbare
   
   ## Impact
   
   Developers can
   
   ``` C
   #include <cbare.h>
   ```
   
   and then use [`cbare` 
API](https://git.sr.ht/~fsx/cbare/tree/main/item/src/cbare.h) to serialize data.
   
   ## Testing
   
   I have built NuttX with and without relevant configuration options enabled
   
   ```
   CONFIG_NETUTILS_BARE=y
   CONFIG_NETUTILS_BARE_TEST=y
   ```
   
   I have run
   
   ```
   nsh> baretest
   nsh> echo $?
   0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to