The Serial2MqttGateway functions as a gateway between MQTT and serial devices, which can each be adressed and interfered with via unique topics based on the devices' respective device ID.
-
Updated
Sep 26, 2022 - C++
The Serial2MqttGateway functions as a gateway between MQTT and serial devices, which can each be adressed and interfered with via unique topics based on the devices' respective device ID.
The SerialPortGateway functions as a gateway to serial devices, which can each be adressed by a unique device ID.
Definition of a simple message format for serial communication.
ArduinoStreamCommander-MessageTypes contains a set of standard message types used by the ArduinoStreamCommander.
The ArduinoStreamCommander is a library for interacting with an Arduino over any Stream-based interface (such as "Serial") via commands. It also allows automatic status updates and saving IDs to the EEPROM of the device.
Add a description, image, and links to the serial-device topic page so that developers can more easily learn about it.
To associate your repository with the serial-device topic, visit your repo's landing page and select "manage topics."