Page 1 of 1
How to connect to Mosquitto Broker from Android Phone?
Posted: Mon Mar 09, 2020 12:25 pm
by Furkanos
Hey
i have a mosquitto broker running on my raspberry. I want to connect to it with my phone and send messages. How do i set it up i couldnt find a helpful guide online.
PS: if it is importent
my raspberry is connected via Wifi
Re: How to connect to Mosquitto Broker from Android Phone?
Posted: Mon Mar 09, 2020 5:02 pm
by DirkS
Use one of the many android apps that can act as MQTT publisher / subscriber
The Pi is irrelevant here.
Re: How to connect to Mosquitto Broker from Android Phone?
Posted: Mon Mar 09, 2020 5:15 pm
by DougieLawson
There's a gazillion "MQTT Dashboard" apps on the Google play store (but, curiously, not the one that's installed on my phone).
For Windows I use
https://mqttfx.jensd.de/ (which is written in Java so should run everywhere - except Android).
Re: How to connect to Mosquitto Broker from Android Phone?
Posted: Mon Mar 09, 2020 5:42 pm
by neilgl
On my Android phone (S7) I use MQTT dash and point it to my mqtt server on a pi, then subscribe to various topics for display on the phone etc.