mirror of
https://github.com/SIMS-IOT-Devices/FreeRTOS-ESP-IDF-MQTTS.git
synced 2024-10-03 18:09:03 -04:00
5 lines
286 B
Plaintext
5 lines
286 B
Plaintext
Commands:
|
|
|
|
mosquitto_sub -h test.mosquitto.org -t "my_topic" -p 8883 --cafile mosquitto.org.crt --key client.key --cert client.crt -d
|
|
mosquitto_pub --cafile mosquitto.org.crt --key client.key --cert client.crt -h test.mosquitto.org -m "Hello World ......." -t "my_topic" -p 8883 -d
|