Funbit / ets2-telemetry-server

ETS2/ATS Telemetry Web Server + Mobile Dashboard
GNU General Public License v3.0
614 stars 206 forks source link

Convert into a job tracker #121

Open brandonlea opened 6 years ago

brandonlea commented 6 years ago

Hello, I'm an website developer and i wanted to make an Job logger for my VTC dashboard but i'm not to sure how i can make this work if you can help me that would be great thanks :)

Marcus-evjen commented 6 years ago

@brandonlea If you are going to create a system that can log the jobs, you must first create an application that can extract information from the game and send it to the website. You can save the data in a database and use php, mysqli to retrieve the information from the database to the website. This is very briefly and there are other details you should think about. But this may work. The hardest task is to create the program that will be able to save information from the player's game and send it to the database.

yodek commented 6 years ago

Are you @brandonlea sure, you are website developer? :)

brandonlea commented 6 years ago

@yodek I am, yes why?