Open-source IoT Platform - Device management, data collection, processing and visualization.
-
Updated
Apr 25, 2022 - Java
{{ message }}
Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things, as defined by IETF RFC 7252. CoAP adopts a REST model making it easy to learn and easy to adapt to HTTP. coaps:// is a related protocol, where "s" stands for a secure layer using DTLS. Learn more at coap.technology.
Open-source IoT Platform - Device management, data collection, processing and visualization.
An Open-Source, Cloud-Native, Distributed MQTT Message Broker for IoT.
教你设计物联网系统。构建自己的Internet of Things 。
Streaming reference architecture for ETL with Kafka and Kafka-Connect. You can find more on http://lenses.io on how we provide a unified solution to manage your connectors, most advanced SQL engine for Kafka and Kafka Streams, cluster monitoring and alerting, and more.
CoAP/DTLS Java Implementation
Eclipse Leshan is an OMA Lightweight M2M (LWM2M) implementation in Java.
JetLinks Core
Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
Implementation of CoAP Server & Client in Go
Framework to connect wearables and other IoT devices to mobile phones, tablets and PCs with an IP-based protocol stack over Bluetooth Low Energy
How can you communicate to your ikea tradfri gateway/hub through coap-client
Secure and Interoperable Internet of Things
C implementation of the client-side OMA LwM2M protocol
PENIOT: Penetration Testing Tool for IoT
We are developing a little demo but lobarocoap can't parse a response with no options. it fails of the following code in /src/coap_options.c
if (srcArr[0] == OPTION_PAYLOAD_MARKER) {
INFO("- Options must not start with payload marker!\r\n");
return COAP_PARSE_MESSAGE_FORMAT_ERROR;
}Other clients like libcoap or coapthon or java libraries have no problem with the packets. And
Generic Erlang CoAP Client/Server
Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
Apache Mynewt Sensor Network Application for STM32 Blue Pill and nRF52 with Visual Rust, NB-IoT, GPS, iBeacon, NimBLE, ESP8266 (WiFi Geolocation) and nRF24L01
Swift Server/Client Implementation of CoAP - RFC 7252
A command line interface for CoAP built on node-coap
All activities and triggers need to be reviewed, documented and readme updates.
ENHANCEMENT
Describe the enhancement you are requesting.
Consider using Go errors group (
golang.org/x/sync/errgroup) for handling routines inmainfunctions of Mainflux services.Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
This is a nice-to-have.