Objective of this project is to display live and previous data coming from the car into a easy to read dashboard. Details can be found here
For the client we are using Qt 5.15.1 For the mock server we are using Node.js with a TCP connection
- Install Qt 5.15.1
- Clone the repository
- Run the Qt Creator IDE
- File -> Open File or Project -> select repo
- Go into the 'mock-server' directory and run the command
node mock-server.js
- In the bottom left side of the IDE, press the green play button to build / run the project