I'm a php programmer since about 5 years back and I'm looking into python.
As a learning project I'm doing a insim application which is more or less done.
I'm using the pyinsim library, in this project.
http://www.lfsforum.net/showthread.php?t=70545
So to my two problem.
1. When a new player is connecting I can get the username of them. But if I have to restart the insim, I don't know how to get them again without kicking everyone out to rejoin.
2. How do I get the track and layout name?
I've seen that I can get it from a relay connection with the (IR_HOS) package. Never got relay to work might need some port to be open?
Can I get this information without relay?
Does Relay work on local servers, only tried with listed LFS server based on example from Documentation from the library.
Help would be very appreciated