💾 Archived View for freeshell.de › tldr › mosquitto_pub.gmi captured on 2023-09-28 at 16:42:02. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

mosquitto_pub

A simple MQTT version 3.1.1 client that will publish a single message on a topic and exit.

More information.

mosquitto_pub -h {192.168.1.1} -t {sensors/temperature} -m {32} -q {1}
mosquitto_pub -h {192.168.1.1} -p {1885} -t {sensors/temperature} -m "{1266193804 32}"
mosquitto_pub -r -h "{iot.eclipse.org}" -t {switches/kitchen_lights/status} -m "{on}"
mosquitto_pub -t {sensors/temperature} -f {data.txt}
mosquitto_pub -t {sensors/temperature} -s < {data.txt}
{echo data.txt} | mosquitto_pub -t {sensors/temperature} -l
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY