MqttSend_v2 Op
This op is deprecated!
It will not receive any updatesSends a MQTT-message
Summary (oneliner)
Needs to be connected to the Mqtt-op, where you have to input the server, username and password.
See mqtt.org.
- Ops.Extension.Deprecated.MqttSend_v2
- Extension Op - Visible to all users
- MIT
- websocket to mqtt (Use WebSockets to connect to an MQTT Broker)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch MQTT Send and Receive Example
Sends a random value via MQTT to the public MQTT-broker shiftr.io and in the same time listens for changes on that channel /cablestest
. MQTT is a great lightweight protocol to send values from one device to another, e.g. you could connect your Arduino with a cables-patch.
If you visit shiftr.io/try#terminal you can view the information being sent.
INPUT PORTS
Internally used in cables for inter-op-communication
The message you want to send, can be something like123
, 123.45
, 123,124,125
or Hello World
The channel you want to send the data to, should begin with a forward slash, e.g. /test
or /sensordata/orientation/x
Sends the MQTT message
OUTPUT PORTS
Patches using MqttSend_v2
Changelog
Ops.Net.Mqtt.MqttSend_v2 renamed to Ops.Deprecated.Net.Mqtt.MqttSend_v2 | pandur - 2022-12-14 09:03 |