=IWG1 Server= * __init__.py Standard package initialization file for Python (names, version numbers etc) * GHOST_IWG1_Server.py The IWG1 server main file. This runs all the time on GHOST, listening to port 5000 * IWG1_Server_MessageThread.py The IWG1 server routines in a separate thread. Whenever GHOST_IWG1_Server.py receives a packet on UDP:5000 this thread handles it * IWG1_TestPlayer.py This puts IWG1 strings straight into Redis, it's a very low level test that is only useful if you cannot run GHOST_IWG1_Server.py for some reason * IWG1_TestServer.py This is a low level test that can be run on another machine. It broadcasts IWG1 packets (saved in a file) so that you can test GHOST_IWG1_Server.py