Changeset 114 in tmcsimulator for trunk/src/atmsdriver/model/Highways.java


Ignore:
Timestamp:
10/14/2017 10:11:04 AM (9 years ago)
Author:
jtorres
Message:

Updating FEPSimulator for JD's linux machine. Modified ATMS/Console Driver to show red dots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/model/Highways.java

    r103 r114  
    211211    public void writeToFEP() { 
    212212        try { 
    213             Socket sock = new Socket(FEPHostName, FEPPortNum); 
     213            Socket sock = new Socket(FEPHostName /*"192.168.251.130"*/, 8080); 
    214214            PrintWriter out = new PrintWriter(sock.getOutputStream(), true); 
    215215            out.println(this.toXML()); 
Note: See TracChangeset for help on using the changeset viewer.