unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: pukkamustard <pukkamustard@posteo.net>
Cc: guile-user@gnu.org
Subject: Re: [ANN] Guile-CoAP 0.1.0 released
Date: Fri, 9 Jun 2023 11:27:53 -0700	[thread overview]
Message-ID: <CA+XASoWvnO+=5TmvLtgd9S5UX1bs50JMnjBpqndo9Z6gMAHu8g@mail.gmail.com> (raw)
In-Reply-To: <864jngx1my.fsf@posteo.net>

Nice! This is now available in Guile Homebrew (
https://github.com/aconchillo/homebrew-guile):

  brew tap aconchillo/guile
  brew install guile-coap

Aleix

On Fri, Jun 9, 2023 at 7:43 AM pukkamustard <pukkamustard@posteo.net> wrote:

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


      parent reply	other threads:[~2023-06-09 18:27 UTC|newest]

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

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='CA+XASoWvnO+=5TmvLtgd9S5UX1bs50JMnjBpqndo9Z6gMAHu8g@mail.gmail.com' \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=pukkamustard@posteo.net \
    /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).