Changes between Initial Version and Version 1 of IWG1Server


Ignore:
Timestamp:
Nov 23, 2014 1:13:46 PM (9 years ago)
Author:
AndyVick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IWG1Server

    v1 v1  
     1=IWG1 Server=
     2   * __init__.py
     3      Standard package initialization file for Python (names, version numbers etc)
     4   * GHOST_IWG1_Server.py 
     5      The IWG1 server main file. This runs all the time on GHOST, listening to port 5000
     6   * IWG1_Server_MessageThread.py   
     7      The IWG1 server routines in a separate thread. Whenever GHOST_IWG1_Server.py receives a packet on UDP:5000 this thread handles it
     8   * IWG1_TestPlayer.py       
     9      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
     10      reason
     11   * IWG1_TestServer.py
     12      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
     13