Got the live ac35 data working in paralell with the parse and the app. Boats move and the live data works correctly. We need to fix the markers now

#story[818]
This commit is contained in:
Kusal Ekanayake
2017-04-27 16:18:33 +12:00
parent 104fd86179
commit 0a22812165
5 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ public class App extends Application
primaryStage.setScene(new Scene(root));
primaryStage.show();
StreamReceiver sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941,"TestThread1");
// StreamReceiver sr = new StreamReceiver("livedata.americascup.com", 4941, "TestThread1");
// StreamReceiver sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941,"TestThread1");
StreamReceiver sr = new StreamReceiver("livedata.americascup.com", 4941, "TestThread1");
sr.start();
StreamParser streamParser = new StreamParser("TestThread2");