![alt tag](https://github.com/Alex-developer/OneHUD/blob/master/OneHUD/assets/OneHUD Logo.png)
OneHud is the server and dashboard component for my sim racing telemetry app.
The server provides data in real time for several games out of the box. Additional plugins can be devel;oped by 3rd party developers, full details for how to build plugins is provided.
The current supported games are
- iRacing
- Project Cars
- Project Cars 2
- Assetto Corsa
- Raceroom Experience
- 100% Open Source
- 100% HTML and Javascript client allowing it to run on any modern tablet.
- Supports pretty much any phone / tablet and modern desktop browser
- Built in pages
- Dashboard
- Timing Screen
- Track recorder
- Track map
- Options
- The dashboards are fully customisable
- Fully editable in a browser
- Built in list of widgets
- Full documentation for developers to build their own widgets
- Built in track recorder, for games that support it
- Auto program start
- Allows your favourite apps to be started when a game is launched
- Support for my button box ! (See Below)
The Dashboard editor
Dashboard running on an iPhone 6 - NOTE: This is a test dash, the real ones will look better !
iRacing timing screen running on an iPhone 6
The track recorder (See videos below). NOTE: This is very much an Alpha version of the recorder. The idea behind the track recorder is that you drive a few laps in the game and pick the best one to then use on the dashboards or trackmap. There are still a few issues, particularly on the first lap out of the pits but they will be sorted.
https://www.youtube.com/watch?v=80sd_RzdSD4
Alpha version of the track recorder
Alongside OneHUD I am building a button box. Its fairly standard except for the iclusion of a Raspberry Pi which can display data from OneHUD or be used as a race computer.
The components for the button box
The prototype panel. I am using a think card to build various layout to decide which is the best
The first prototype up and running
A video of the latest version showing the default iPhine dash running on lots of devices https://www.youtube.com/watch?v=Fo_JXQd9oz4
A video of the Alpha track map can be found at https://www.youtube.com/watch?v=h2GRYcLq-vY
An early Alpha version of the dash running can be found at https://www.youtube.com/watch?v=TkxlwAKm2Eo
The PC side of the app will also support the hardware dash I am building for iRacing / pCars (Again all opensource software and hardware). A crappy video is available at https://www.youtube.com/watch?v=6MKJRQLznj8
Chris Kinsman - For the new name (OneHUD) and graphics Jim Britton - For CrewChief [https://github.com/mrbelowski] . This has saved me hours in working out the Project Cars UDP Data format. The UDP data structure in OneHud is based upon the code from CrewChief with some modifications