Tutorials/Getting Started With gRPC API in Python

Hello everyone,

I am a complete beginner and I need to read out the names and payloads of my end devices via gRPC.
These already arrive at the Chirpstack GUI on the web server.

Is there a really detailed tutorial on how to write a gRPC client in Python to read out the data I want to obtain?
I never worked with anything like this and I am completely overwhelmed.

I already installed the API with the link above but I have no clue how to continue.

Thanks in advance.

It may sound a bit obvious but, have you installed GRPc ?

I recommend reading this basic grpc instructions for Python deployment:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.