Skip to content

Autonomobile/telemetry-server

Repository files navigation

Telemetry Server

This server helps to collect and analyze telemetry data from autopylot.

Installation

npm i

or 

yarn

Start Development

npm run dev

Start Production build

npm run build
npm run start

then open http://localhost:3000/

Usage

Before starting

In your settings.json of your autopylot client, change the following line with the host and port you need.

"SERVER_ADDRESS": "ws://localhost:3000"

Don't remove the ws:// or change the protocol to http:// as it will not work.

How to use

if everything goes well, you should see a popup with a message telling you that a new car is connected.

  • select the car with the dropdown menu in the top right corner
  • start tracking !

About

telemetry server for autopylot !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published