sparky8512 / starlink-grpc-tools

Random scripts and other bits for interacting with the SpaceX Starlink user terminal hardware
The Unlicense
482 stars 64 forks source link

wifi_util.proto missing #79

Closed mcba closed 1 year ago

mcba commented 1 year ago

When generating the .proto files, I think you are missing wifi_util.proto. This can be generated as follows:

python3 -m grpc_tools.protoc --descriptor_set_in=../dish.protoset --python_out=. --grpc_python_out=. spacex/api/device/wifi_util.proto

sparky8512 commented 1 year ago

Thanks for pointing that out. I have updated the Wiki page for this. Some day I'll write a script that does this automatically, it's not that difficult...