Hi.
Teste auf dem Rpi mit mosquitto mal folgendes.
Wenn das geht würde ich ne Logikseite mit dem server subscriber anlegen und ihm etwas schicken so wie es jonofe beschrieben hat.
Lg
Teste auf dem Rpi mit mosquitto mal folgendes.
Open up two more terminal windows.
In Terminal window 1 type:
mosquitto_sub -d -t hello/world
In Terminal window 2 type:
mosquitto_pub -d -t hello/world -m "Hello from Terminal window 2!"
When you have done the second statement you should see this in the Terminal 1 window.
In Terminal window 1 type:
mosquitto_sub -d -t hello/world
In Terminal window 2 type:
mosquitto_pub -d -t hello/world -m "Hello from Terminal window 2!"
When you have done the second statement you should see this in the Terminal 1 window.
Lg
Kommentar