Finished parsing the Race XML data. Began making some optimizations to hopefully make parsing the Boat Data a quicker and simpler task.

#story[820]
This commit is contained in:
Alistair McIntyre
2017-04-28 15:41:12 +12:00
parent e1de5e0989
commit fe480d5cb6
2 changed files with 72 additions and 16 deletions
@@ -126,8 +126,8 @@ public class StreamReceiver {
return (int) (s1.getTimeStamp() - s2.getTimeStamp());
}
});
StreamReceiver sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941, pq);
//StreamReceiver sr = new StreamReceiver("livedata.americascup.com", 4941, pq);
//StreamReceiver sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941, pq);
StreamReceiver sr = new StreamReceiver("livedata.americascup.com", 4941, pq);
sr.connect();
}
}