MQTT work #107
mhamidjamil
started this conversation in
General
MQTT work
#107
Replies: 2 comments
-
For my Node-RED |
Beta Was this translation helpful? Give feedback.
0 replies
-
How I access DB:
https://learnembeddedsystems.co.uk/easy-raspberry-pi-iot-server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I publish data like this:
mosquitto_pub -h 192.168.1.238 -p 1883 -t "esp8266/test" -m "Hello from terminal"
and subscribed like this:
mosquitto_sub -h 192.168.1.238 -p 1883 -t "esp8266/test"
Beta Was this translation helpful? Give feedback.
All reactions