From bc22ab7b87a04c54d8f067e21bd99a8f788f24c3 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 20 Sep 2020 13:07:53 -0700 Subject: [PATCH] riot.im --- docs/software/mqtt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/software/mqtt.md b/docs/software/mqtt.md index 30ea0c42e..b5a165fc8 100644 --- a/docs/software/mqtt.md +++ b/docs/software/mqtt.md @@ -101,6 +101,10 @@ MQTT topic strings are very long and potentially expensive over the slow LORA ne - Refactor the position features into a position "mini-app". Use only the new public on-device API to implement this app. - Refactor the on device texting features into a messaging "mini-app". (Similar to the position mini-app) +### Riot.im bridge + +There is apparently already a riot.im bridge for MQTT. That will possibly need to be customized a bit. But by doing this, we should be able to let random riot.im users send/receive messages to/from any meshtastic device. (FIXME add link and ponder security) + ### New 'no-code-IOT' mini-app Add a new 'remote GPIO/serial port/SPI/I2C access' mini-app. This new standard app would use the MQTT messaging layer to let users (devs that don't need to write device code) do basic (potentially dangerous) operations remotely.