This server helps to collect and analyze telemetry data from autopylot.
npm i
or
yarn
npm run dev
npm run build
npm run start
then open http://localhost:3000/
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 tohttp://
as it will not work.
- start the server with
npm run start
- open the client in a browser at http://localhost:3000/ or your custom address
- start the autopylot client
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 !