Difference between revisions of "MQTT"

From BoSL Wiki
Jump to navigation Jump to search
(Created page with "MQTT is a lightweight protocol for sending messages over the internet. This page describes how to use MQTT with the BoSL ecosystem.")
 
Line 1: Line 1:
 
MQTT is a lightweight protocol for sending messages over the internet. This page describes how to use MQTT with the BoSL ecosystem.
 
MQTT is a lightweight protocol for sending messages over the internet. This page describes how to use MQTT with the BoSL ecosystem.
 +
 +
== BoSL nano ==
 +
 +
== BoSL Board ==
 +
 +
For the BoSL board, an example script which publishes to an MQTT server is provided: [[File:BoSLboard mqtt example.ino]]

Revision as of 02:18, 13 April 2023

MQTT is a lightweight protocol for sending messages over the internet. This page describes how to use MQTT with the BoSL ecosystem.

BoSL nano

BoSL Board

For the BoSL board, an example script which publishes to an MQTT server is provided: File:BoSLboard mqtt example.ino