serial2mqtt
serial2mqtt copied to clipboard
Implement a Linux gateway that reads serial port ( USB, serial , bluetooth) commands and transfers to MQTT host. MQTT without ethernet or Wifi on a low cost micocontroller. Don't develop a serial com...
When attempting to build this project on my raspberry pi running debian bookworm i'm hitting this problem at the end of the build instructions: `mqtt@mqtt:~/serial2mqtt $ cd build/ mqtt@mqtt:~/serial2mqtt/build $...
Hi! I tried to use your program and I wanted to use the option of QoS. It wasn't working, so looking into the source code I realized that for subscription,...
Hi, I would need to use the CRC to be sure my messages are valid but when I tried to use the CRC as mentioned in the README.md, it seems...
The sleep(UINT32_MAX) has exited instantly on OpenWrt. This fix will work forever :-)