Subj : src/sbbs3/mqtt.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Sat Sep 09 2023 05:02 pm https://gitlab.synchro.net/main/sbbs/-/commit/789c71cd62692820df80c24d Modified Files: src/sbbs3/mqtt.c Log Message: Add ability to send a node message via MQTT (to sbbs/+/node/+/msg topic) The node message should be terminated with a newline character. e.g. $ echo "Hey you" | mosquitto_pub -s -t sbbs/VERT/node/1/msg I'm considering the ability to send user message (telegrams) via MQTT too. .