An open API service indexing awesome lists of open source software.

https://github.com/pmunch/libcoap

Nim wrapper for libcoap
https://github.com/pmunch/libcoap

hacktoberfest

Last synced: 10 months ago
JSON representation

Nim wrapper for libcoap

Awesome Lists containing this project

README

          

# 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.