Skip to content

Latest commit

 

History

History

ts-proto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ts-proto

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

Running the client

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

  2. Install the dependencies:

    npm install --dev
  3. Generate the TypeScript code from the Protobuf definitions:

    npm run compile
  4. Run the client:

    GRPC_HOST=<device_ip> npm start