Changeset 170 in tmcsimulator for trunk/src/atmsdriver


Ignore:
Timestamp:
10/23/2017 07:04:39 PM (9 years ago)
Author:
jtorres
Message:

Full LDS data list now working

File:
1 edited

Legend:

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

    r128 r170  
    214214            Socket sock = new Socket(FEPHostName /*"192.168.251.130"*/, 8080); 
    215215            PrintWriter out = new PrintWriter(sock.getOutputStream(), true); 
     216            System.out.println("BYTES: " + this.toXML().toCharArray().length + 1); 
    216217            out.println(this.toXML()); 
    217218            sock.close(); 
Note: See TracChangeset for help on using the changeset viewer.