- Timestamp:
- 10/23/2017 07:04:39 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
atmsdriver/model/Highways.java (modified) (1 diff)
-
tmcsim/application.properties (modified) (1 diff)
-
tmcsim/client/ATMSBatchDriver.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Highways.java
r128 r170 214 214 Socket sock = new Socket(FEPHostName /*"192.168.251.130"*/, 8080); 215 215 PrintWriter out = new PrintWriter(sock.getOutputStream(), true); 216 System.out.println("BYTES: " + this.toXML().toCharArray().length + 1); 216 217 out.println(this.toXML()); 217 218 sock.close(); -
trunk/src/tmcsim/application.properties
r162 r170 1 #Mon, 23 Oct 2017 11:00:55-07001 #Mon, 23 Oct 2017 20:10:38 -0700 2 2 3 Application.revision=16 13 Application.revision=169 4 4 5 5 Application.buildnumber=53 -
trunk/src/tmcsim/client/ATMSBatchDriver.java
r158 r170 144 144 incidents = new HashMap<String, List<String>> (); 145 145 highways = new Highways( 146 "config/vds_data/ lds.txt",147 "config/vds_data/ loop.txt",146 "config/vds_data/extend_lds_file.txt", 147 "config/vds_data/extend_loop_file.txt", 148 148 "config/vds_data/highwaysMeta.txt", 149 "192.168.251.46", 8080); //IP address of FEP Sim Linux VM150 //"localhost", 8080);149 // "192.168.251.46", 8080); //IP address of FEP Sim Linux VM 150 "localhost", 8080); 151 151 // Create console driver but don't start run() method 152 152 console = new ConsoleDriver(highways);
Note: See TracChangeset
for help on using the changeset viewer.
