guile-coap 0.2.0
Guile implementation of the Constrained Application Protocol (CoAP)
Gulie-CoAP is a Guile implementation of the Constrained Application Protocol (CoAP). CoAP is a network transport protocol specialized for use with constrained nodes and constrained networks (e.g. low-power, lousy). This library implements basic serialization of CoAP messages over UDP (RFC 7252) and TCP (RFC 8323) as well as an asynchronous TCP client (using guile-fibers).
- Outputs: out
- Website: https://codeberg.org/eris/guile-coap
- Licenses: GPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-coap 0.2.0 as follows:
guix install guile-coap@0.2.0
Or install the latest version:
guix install guile-coap
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.