MQTT
What is MQTT?
Commands
mosquitto_sub -h TARGET_IP -t '$SYS/#' -vmosquitto_pub -h TARGET_IP -t '<sub_topic>' -m 'Test'mosquitto_pub -h TARGET_IP -t '<pub_topic>' -m 'Test'Last updated
mosquitto_sub -h TARGET_IP -t '$SYS/#' -vmosquitto_pub -h TARGET_IP -t '<sub_topic>' -m 'Test'mosquitto_pub -h TARGET_IP -t '<pub_topic>' -m 'Test'Last updated
mosquitto_sub -h TARGET_IP -t '<pub_topic>' -v