Subj : src/sbbs3/js_mqtt.csrc/sbbs3/main.cpp objects.mk sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Thu May 25 2023 06:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/cd27a671cc8ebff5b6a5ae12 Added Files: src/sbbs3/js_mqtt.c Modified Files: src/sbbs3/main.cpp objects.mk sbbs.h Log Message: Add JavaScript MQTT class for communicating with MQTT broker(s) via JS Right now, only supports publish, subscribe to come next. Only included with the mosquitto lib support is enabled in the build. .