This package browser is in early development. Mind the rough edges.

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

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.