Implimented a new way to determine positions

#story[952]
This commit is contained in:
Kusal Ekanayake
2017-05-25 14:06:33 +12:00
parent adbb9ffe3b
commit 53f6a6b8c5
8 changed files with 56 additions and 35 deletions
+3 -2
View File
@@ -63,9 +63,10 @@ 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 = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4942, "RaceStream");
// sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
}
sr.start();