-
Microsoft recently [donated](https://techcommunity.microsoft.com/t5/internet-of-things-blog/microsoft-contributes-azure-rtos-to-open-source/ba-p/3986318) ThreadX to Eclipse and it became released unde…
-
**Is your feature request related to a problem? Please describe.**
Unable to configure [IP_MULTICAST_LOOP](https://tldp.org/HOWTO/Multicast-HOWTO-6.html) which
is important to define the correct …
-
OSCORE response for Confirmable request is always sent as Seperate response (ACK first, then response with data). This generates additional traffic on network.
It is caused by following code in coa…
-
Hi!
When I try to build the latest master on windows I get the following:
PS D:\repos\libossia\build> cmake --build .
MSBuild version 17.11.2+c078802d4 for .NET Framework
artnet.vcxproj -…
-
I am currently trying to use CoAPs on contiki-ng. I’ve made following changes before building:
in Makefile.coap
MAKE_WITH_DTLS ?= 1
MAKE_COAP_DTLS_KEYSTORE ?= MAKE_COAP_DTLS_KEYSTORE_SIMPLE
an…
-
Currently, Amazon FreeRTOS is based on MQTT and HTTP for transport.
Another protocol from the IoT world is CoAP. Providing similar functionality as HTTP, it is able to run on more constrained devices…
-
I ran into an issue using this library running on an ESP32, talking to a host application in Python using aiocoap. I am just starting with COAP, so I might be missing something, but I was able to fix …
-
**Environment**
- OS: CentOS7
- Erlang/OTP: NA
- EMQ: v3.2.0
**Description**
I can use libcoap and californium client to connect EMQX_COAP By udp. And terminal was online in EMQX Dashboard, …
-
Hi,
I've been looking at this since the lights shipped and I've been planning a similar node (since I did the WeMo node), I've been waiting on a working nodejs native coap client to show up that sh…
-
I am attempting to get this working in esp-open-rtos, but there seems to be a snag with the custom lwip memp allocation pool.
Using the custom memory pool is a great idea, but is it possible to use…