You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/mosquitto/examples/serverless_mqtt/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Serverless MQTT Example
1
+
# Brokerless MQTT Example
2
2
3
3
MQTT served by (two) mosquitto's running on two ESP chips.
4
4
5
-
* Leverages MQTT connectivity between private two networks without cloud premisses.
6
-
* Creates two local MQTT servers (on ESP32x's) which are being synchronized over peer to peer connection (established via ICE protocol, by libjuice).
5
+
* Leverages MQTT connectivity between two private networks without cloud premisses.
6
+
* Creates two local MQTT servers (on ESP32x's) which are being synchronized over peer to peer connection (established via ICE protocol, by [libjuice](https://github.com/paullouisageneau/libjuice)).
0 commit comments