######################################## # Server controlling Spirent simulator # ######################################## 1. Login gpssim@10.1.141.26 # Use python at C:\Users\gpssim\AppData\Local\Programs\Python\Python38-32 # Under "Windows Command Prompt" >> pip3 install flask >> pip3 install waitress >> pip3 install flask_httpauth 2. Upload GPSTools OR CVS check out GPSTools >> cvs co GPSTools 3. Start Server with python3 >> set GPSTOOLS=[PATH_TO_GPSTools] >> cd %GPSTOOLS%\AntiJamTest\server_control_spirent\web # Open SimGEN first (app.py connects to Spirent simulator through SimRemote which requires Position Application(SimGen) to be opened. See SimRemote manual.) >> python app.py OR # Edit run_web.cmd with the correct path to file app.py, then double click it for launching OR # Edit and add run_web.cmd to Windows Task Scheduler to keep it running after reboot(need admin account; remember to add SimGEN to Windows Task Scheduler and launch it before app.py). 4. Check server at http://10.1.141.26:10002/site-map