API example to read uplinks

Hi,

I am looking at trying to read my uplinked data off my Chirpstack Server. I have successfully enqueued downlink messages using the example below.

https://www.chirpstack.io/application-server/api/python-examples/

I am struggling to work out how to have the uplinks streamed using the Chirpstack API. It would be amazing to see an example piece of code or perhaps it can’t be done using this method yet. Is this only possible through an integration?

Thanks for your time,

Hi there,

Apart from integrations, you could directly subscribe to Mqtt broker, to the uplink topics and in this way you get the message transmitted by gateway bridge.

Thanks for your reply @pulidoj,

Yes that seems to be the next best option and I have managed to read some data from the MQTT broker, so that is a good start.

Thanks again.