ghnotgood commented on code in PR #18082: URL: https://github.com/apache/nuttx/pull/18082#discussion_r2712780442
########## Documentation/applications/netutils/bare/index.rst: ########## @@ -0,0 +1,9 @@ +=========================================== +``bare`` Binary Application Record Encoding +=========================================== + +BARE is a simple binary representation for structured application data, see +https://baremessages.org/. Review Comment: Yes. The main comparison to CBOR, if I remember correctly, is that CBOR has self-descriptive messages. BARE, on the other side, has simple specification. `libtinycbor` has nothing in the NuttX documentation and I have not work with it. So I am not sure how to compare it with BARE? -- 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]
