Hey!
I've seen some job loggers out there and I've been programming a website for eurotruck and it would solve a lot if the job was submitted automatically when finished.
Does anyone have experience in developing a job logger? The big question is, how can the program detect if a job is completed and get the values and so on.. Is there an API for eurotruck or a savefile somewhere?
/J
First you need a plugin for the plugins folder in your ETS2/bin/plugins folder.
Before you start, you need to know that you need c/c++ knowledge for this task.
You can write your own plugin or use the plugin that funbit wrote himself and published to github https://github.com/Funbit/ets2-telemetry-server
Or you just use his telemtry-dashboard version. See http://forum.scssoft.com/viewtopic.php?f=41&t=171000
You're most likely to analyze the json answer - if you wri