showing trajectories What is that ?? (sorry my english is not as good) fuel level posible...but only for your own car. Or the car that is sending the data. tyre temps not with Insim/Outsim/Outgauge tyre wear ok suspension frequencies not with Insim/Outsim/Outgauge
Driving line would be posible.
Or sending a command to the driver. But I think normaly you are connected with teamspeak or something else.
You want to send with UDP ?? Wright ??
Make sure that you not allway´s set a new connection cause then every time the next Port is chosen. Establish 1 Connection and use this.
Well, i found many examples and i can connect to LFS. But the packets my tool seems to receive are some how ... hmmm .... strange
I tried so much arround and it is not getting better.
So i thought if someone have a "connect", "send" and "receive" procedures or classes and share it with me i can concentrate on the packets and what to do with them.
I know. For that i need something else for testing with new Insim.
I hope anyone who do the same with any .net language could give me a little starting help.
Lap and Node of each car is sent in MCI pack. So you have the position of each driver in the race (Lap * 1000 + Node f.e.). Simply store this information with the time and you can calculate the gap when ever you want to.
No need to add up the times of all driven laps.