JInSim is only the Java implementation of the LFS InSim interface, and I think it should work the same way as InSim is described in Scawens documentation.
I understand your problem, with the player id and the connection id, but I don't think that a solution should be part of JInSim.
It would be better to create a new project that is a higher level object oriented api to communicate with LFS and uses JInSim as basis.
For example: When you want the list of all drivers you call a 'List<Driver> getDrivers()' method that returns a list driver object.
                
            I understand your problem, with the player id and the connection id, but I don't think that a solution should be part of JInSim.
It would be better to create a new project that is a higher level object oriented api to communicate with LFS and uses JInSim as basis.
For example: When you want the list of all drivers you call a 'List<Driver> getDrivers()' method that returns a list driver object.






 ) to get a button showing split times, but I would like to show the name (the LFS-World nick) of the player too. I'm capturing the SplitTimeResponse and I see that it have a playerId field, but I don't know how to get the rest of info about that Player... I think I miss a Player VO class or something
) to get a button showing split times, but I would like to show the name (the LFS-World nick) of the player too. I'm capturing the SplitTimeResponse and I see that it have a playerId field, but I don't know how to get the rest of info about that Player... I think I miss a Player VO class or something 


 ) and then searching on that map with the id to retrieve the PlayerVO containing all the data of the Player.
) and then searching on that map with the id to retrieve the PlayerVO containing all the data of the Player.
 ort as hostname, but didn't work
ort as hostname, but didn't work 