Skip to content

Commit

Permalink
Add another potential TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sparky8512 committed Jan 28, 2021
1 parent 36f433a commit a692f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ There are `reboot` and `dish_stow` requests in the Device protocol, too, so it s

Proper Python packaging, since some of the scripts are no longer self-contained.

The requirement to run `grpcurl` and `protoc` could be eliminated by adding support for use of gRPC server reflection directly in the grpc scripts. This would sidestep any packaging questions about whether or not the protoc-generated files could be redistributed.

## Other Tidbits

The Starlink Android app actually uses port 9201 instead of 9200. Both appear to expose the same gRPC service, but the one on port 9201 uses an HTTP/1.1 wrapper, whereas the one on port 9200 uses HTTP/2.0, which is what most gRPC tools expect.
Expand Down

0 comments on commit a692f89

Please sign in to comment.