mirror of
https://github.com/PMunch/libcoap
synced 2026-01-14 23:01:42 +00:00
No description
| src | ||
| coap.nimble | ||
| README.md | ||
libCoAP in Nim
This is a libcoap wrapper for Nim. It uses Futhark to automatically wrap libcoap 4.3.0, and then builds a nice Nim interface for it. This means that you don't need to manually manage memory or deal with C library callbacks. Simply send a message and await the reply with normal async primitives. For a usage example see my IKEA Home Smart library which this library was built for.