# Reading joint states with an MQTT client from a Mosquitto MQTT broker 🦟
Install an MQTT Client 1. Install a mosquitto 🦟 client for example **[MQTTX](https://mqttx.app/downloads)**
Connect to the WIFI Connect to the same WI-FI the MQTT-Broker is in.

In our case the WI-FI's name is '**ROOM\_240**'

In our case the device running the broker is an RaspberryPi πŸ“with the IP **192.168.0.168**

Subscribe to a topic via your MQTT client 1. Setup a new connection by clicking βž• :
Setup a new connection to a "broker" in our case this is the Raspberry Pi πŸ“ connected to the Robot. Provide a name and leave the username and password fields blank. [![image.png](https://wiki.kisdtegg.de/uploads/images/gallery/2023-10/scaled-1680-/xRdimage.png)](https://wiki.kisdtegg.de/uploads/images/gallery/2023-10/xRdimage.png)
Click on "connect" and you'll see the joint positions coming in and constantly updated![![image.png](https://wiki.kisdtegg.de/uploads/images/gallery/2023-11/scaled-1680-/image.png)](https://wiki.kisdtegg.de/uploads/images/gallery/2023-11/image.png)