Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 421 Bytes

betterproto

Check out ./client.py for the client code.

Running the client

  1. Do the general setup as described in the root README.

  2. Install the dependencies:

    poetry install
  3. Generate the TypeScript code from the Protobuf definitions:

    poe compile
  4. Run the client:

    GRPC_HOST=<device_ip> poe start