mqtt_udp
mqtt_udp copied to clipboard
Simpified version of MQTT over UDP
Reported (email) by Daniel Braniss ## What is wrong / not implemented For len=224 "E0 01" is sent, which is correct, and decoding side does "((E0 & ~80)
Under what license is your code here released? The C library/example code shows ` * Copyright (C) 2017-2019 Dmitry Zavalishin, [email protected]` (https://github.com/dzavalishin/mqtt_udp/blob/master/lang/c/examples/pub.c#L7), but what is the intent on allowing re-use...
## Bug or feature bug ## What is wrong / not implemented in the sent udp packet according to the specs the topic and value should be null terminated not...
## feature Is it possible to add some package examples as specifications? This would be very useful to use in tests to validate package encoding and decoding. Especially due to...
Is it tested? --- This change is [](https://reviewable.io/reviews/dzavalishin/mqtt_udp/146)
Hi Some thoughts about QOS implementation : In facts, I was looking for such a protocol for my home automation : I have almost the same devices than you I...
## Bug or feature Feature: port code base to "new platform" / "specific python language implementation" ## What is wrong / not implemented Consider micropython implementation ## How should it...
On systems with multiple network interfaces publish packets going through random interface and there is no option to select, which interface to use. Tested in pytthon3 library. 255.255.255.255 as destination...
Make complete repetable implementations with detailed descriptions and diagrams. - [ ] raspberry - [x] wemos/nodemcu - [ ] arduino nano - [ ] arduino ## Implemented in: - [...
* MQTT/UDP ad EDGE * MQTT/UDP in digital twins scenario * provisioning scenario * firmware update