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.
A Telemetry System For F1 2017 Using Grafana and InfluxDB
For datails see rafaelreinert's Post: Link
git clone https://github.com/mbedgar/F1.git
cd F1
go get github.com/influxdata/influxdb1-client/v2
go build
./F1
docker run -d --rm --name F1GO -p 20777:20777/udp csmax/f1go
or use the included docker compose file