Is the fuota.proto usable in Python? It's currently missing from the standard package
vbramselaar opened this issue · 0 comments
vbramselaar commented
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
What happened?
I wanted to use the proto fuota api at https://github.com/brocaar/chirpstack-api/blob/master/protobuf/fuota/fuota.proto, but it was missing from the python package here. Then I compiled the python files myself but the option --grpc_python_out=src
was missing in the makefile so no FUOTAServerServiceStub is generated. I don't know if this was intentional.
What did you expect?
Use the fuota API for the chirpstack-fuota-server in Python the same way as in the application-server and network-server.
Steps to reproduce this issue
Steps:
- Extract the python package and see that fuota is missing.
- when building chirpstack-api python yourself you get no fuota_pb2_grpc
Your Environment
Component | Version |
---|---|
ChirpStack API | v3.9.4 |