Making the course limits change when a new xml packet is received..

#story[889]
This commit is contained in:
Kusal Ekanayake
2017-05-11 15:49:49 +12:00
parent 711f6f4c45
commit 4a75c062ce
4 changed files with 33 additions and 3 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ public class App extends Application
}
//Change the StreamReceiver in this else block to change the default data source.
else{
sr = new StreamReceiver("localhost", 4949, "RaceStream");
// sr = new StreamReceiver("localhost", 4949, "RaceStream");
// sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941, "RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
}
sr.start();