unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: pukkamustard <pukkamustard@posteo.net>
To: guile-user@gnu.org
Subject: [ANN] Guile-CoAP 0.1.0 released
Date: Fri, 09 Jun 2023 12:12:53 +0000	[thread overview]
Message-ID: <864jngx1my.fsf@posteo.net> (raw)


Hello Guilers,

I'm happy to announce the initial release of Guile-CoAP
(0.1.0). Guile-CoAP is a Guile Scheme implementation of the Constrained
Application Protocol (CoAP) as defined by RFC 7252.

The source code is available on Codeberg:

https://codeberg.org/eris/guile-coap

CoAP is a general purpose network transport protocol designed for
constrained environments. It defines a request-reply semantics very
similar to HTTP but also supports asynchrounous requests, bi-directional
requests and other interactions patterns such as publish-subscribe.

CoAP is transport agnostic and runs over UDP (RFC 7252), TCP, WebSocket
(RFC 8323) and other transports.

Guile-CoAP provides basic serializers for working with CoAP messages
over UDP and TCP as well as a fiberized CoAP client.

Being designed for constrained devices CoAP is also optimized for small
implementations, making it interesting for Free Software hackers
interested in a fairly simple, feature-complete and well-specified
protocol that can be implemented in their favorite language, including
Guile!

The development of Guile-CoAP has been supported by the NLnet Foundation
through the NGI Assure fund as part of the ERIS project.

-pukkamustard



             reply	other threads:[~2023-06-09 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 12:12 pukkamustard [this message]
2023-06-09 15:28 ` [ANN] Guile-CoAP 0.1.0 released Unstable Horse
2023-06-09 18:27 ` Aleix Conchillo Flaqué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=864jngx1my.fsf@posteo.net \
    --to=pukkamustard@posteo.net \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).