From 1db40423506a5b27e4489b3f271496a54c334659 Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Fri, 28 Oct 2016 18:29:25 +0200 Subject: [PATCH] Add lobaro-coap-go implementation --- impls.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/impls.html b/impls.html index e46a9ec..cb742f8 100644 --- a/impls.html +++ b/impls.html @@ -148,7 +148,14 @@

Erlang

View details »

Go

- + +

lobaro-coap-go is a client and server library for + CoAP in Go based on the lobaro-coap C implementation.

+ +

View details »

+ +

go-coap Implementation of CoAP in go.

+

View details »

JavaScript (node.js)