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
- Host: GitHub
- URL: https://github.com/pmunch/libcoap
- Owner: PMunch
- Created: 2022-06-08T13:40:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T13:41:26.000Z (about 4 years ago)
- Last Synced: 2025-04-05T16:34:57.601Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Nim
- Homepage:
- Size: 25.4 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.