MQTT and MAM: Sending temperature and humidity data to the IOTA Tangle
Introduction
The project is an attempt to combine the two technologies, MAM and MQTT, to retrieve and store information in the blockchain. In this case the IOTA tangle.
MQTT is a Client Server publish/subscribe messaging transport protocol. It is lig...
hashnode.com13 min read
Marcio Alencar
provider, "" ->> provider: ""
const client = mqtt.connect(
${brokerUrl}:${port}); ->> const client = mqtt.connect(mqtt://${brokerUrl}:${port});