Skip to content
/ F1 Public
forked from rafaelreinert/F1

A Telemetry System For F1 2017

License

Notifications You must be signed in to change notification settings

mbedgar/F1

 
 

Repository files navigation

A fork of rafaelreinert/F1 so I could see if I could dockerise it and then run this with influxdb and grafana all in containers. Primary driver is to have it up on the wall in my work Christmas party where we have a sim rig set up on a time trial in F1 2017.

I have included the json for my dashboard in repo as well as a starting point for anyone who want to have a look.

F1

A Telemetry System For F1 2017 Using Grafana and InfluxDB

For datails see rafaelreinert's Post: Link

Build

git clone https://github.com/mbedgar/F1.git
cd F1
go get github.com/influxdata/influxdb1-client/v2
go build
./F1

Docker

docker run -d --rm --name F1GO -p 20777:20777/udp csmax/f1go

or use the included docker compose file

About

A Telemetry System For F1 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.3%
  • Dockerfile 5.7%