guile-coap
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).
- Versions: 0.2.0
- 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 the latest version of guile-coap as follows:
guix install guile-coap
Or install a particular version:
guix install guile-coap@0.2.0
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.
Badge code
You can use the following badge to inform users of guile-coap about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guile-coap'><img src='https://packages.guix.gnu.org/packages/guile-coap/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/guile-coap)
Example Org:
[[https://packages.guix.gnu.org/packages/guile-coap][https://packages.guix.gnu.org/packages/guile-coap/badges/latest-version.svg]]