Remote logging on a mqtt broker with the same interface as Serial.print()
This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.
Filename | Release Date | File Size |
---|---|---|
MqttLogger-0.2.3.zip | 2022-03-26 | 7.35 KiB |
MqttLogger-0.2.2.zip | 2021-03-27 | 7.26 KiB |
MqttLogger-0.2.1.zip | 2021-03-27 | 7.25 KiB |
MqttLogger-0.2.0.zip | 2021-03-27 | 7.25 KiB |
MqttLogger-0.1.0.zip | 2021-03-27 | 6.04 KiB |