Skip to content

Message formats for communication between boat and telemetry system. Should be included as a submodule.

License

Notifications You must be signed in to change notification settings

wpisailbot/telemetry_messages

Repository files navigation

telemetry_messages

Message formats for communication between boat and telemetry system. Should be included as a submodule.

Includes definitions for protobuf messages & gRPC services, compiled for Python and Dart.

To regenerate:

protoc --dart_out=grpc:dart/ -I. boat_state.proto

protoc --dart_out=grpc:dart/ -I. control.proto

protoc --dart_out=grpc:dart/ -I. connect.proto

protoc --dart_out=grpc:dart/ -I. node_restart.proto

python -m grpc_tools.protoc -I. --python_out=python/ --grpc_python_out=python/ control.proto

python -m grpc_tools.protoc -I. --python_out=python/ --grpc_python_out=python/ boat_state.proto

python -m grpc_tools.protoc -I. --python_out=python/ --grpc_python_out=python/ connect.proto

python -m grpc_tools.protoc -I. --python_out=python/ --grpc_python_out=python/ node_restart.proto

About

Message formats for communication between boat and telemetry system. Should be included as a submodule.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published