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
@@ -17,7 +17,7 @@ public class StreamPacket {
this.messageLength = messageLength;
this.timeStamp = timeStamp;
this.payload = payload;
//System.out.println("type = " + this.type.toString());
// System.out.println("type = " + this.type.toString());
//switch the packet type to deal with what ever specific packet you want to deal with
// if (this.type == PacketType.XML_MESSAGE){
// //System.out.println("--------");