Check out ./client.py for the client code.
-
Do the general setup as described in the root README.
-
Install the dependencies:
poetry install
-
Generate the TypeScript code from the Protobuf definitions:
poe compile
-
Run the client:
GRPC_HOST=<device_ip> poe start