| | 2 | |
| | 3 | FEPSim: improve performance in order to stop ATMS Client from lagging. |
| | 4 | |
| | 5 | FEPSim buffer size problem - use plain text instead of XML over the socket. |
| | 6 | |
| | 7 | FEPSim: reconfigure output and write it to log file on VM |
| | 8 | |
| | 9 | The simulation script, as it stands, has human readable locations. We must make sure that we have the necessary location data within the script to map correctly to ATMSDriver Stations. |
| | 10 | |
| | 11 | ATMSBatchDriver.java properties file (localhost hardcoded). Configure properly. |
| | 12 | |
| | 13 | FEPSim: Fix "too many files" error; garbage collection? |
| | 14 | |
| | 15 | FEPSim: refine comments/ general housekeeping and code cleanup |
| | 16 | |
| | 17 | ATMSDriver: implement HOV Lane control. |
| | 18 | |
| | 19 | ATMSDriver: verify exchange.xml reader |
| | 20 | |
| | 21 | ATMSDriver: verify output of condensed highways data |
| | 22 | |
| | 23 | Write Quick Start help content |
| | 24 | |
| | 25 | Review exchange.xml file to make sure we have necessary data. |
| | 26 | |
| | 27 | FEPSim: daemonize |
| | 28 | |
| | 29 | Scriptbuilder: Add a "needs saving" indicator to the title bar. |
| | 30 | Also, prompt the user to confirm if they try to exit and there are unsaved changes. |
| | 31 | |
| | 32 | Sim Mgr: Replace exchange.xml as communication to ATMS Driver with a more direct alternative (sockets?). |
| | 33 | |