Kusal Ekanayake
|
00c1a89f58
|
Fixed error in the switch (missing breaks)
#story[820]
|
2017-04-25 15:39:28 +12:00 |
|
Kusal Ekanayake
|
d51825ffb7
|
Created separate streams for each different data type to be parsed into so the exact needed data would be able to be extracted.
#story[820]
|
2017-04-25 15:32:04 +12:00 |
|
Peter Galloway
|
f078c34bf9
|
the stream receiver can now be passed a threadsafe priorityQueue that it will add the packets to as they are received (note the priority queue passed should be initialized with a comparitor for "StreamPacket"s) #story[817]
|
2017-04-24 18:29:50 +12:00 |
|
Kusal Ekanayake
|
71e14259f6
|
Started looking into boat location packets, am able to extract the lats an lons but needs validations. Can also see the device type, timestamp, and sequence number. Code needs to be cleaned up and will need to start looking into the set up packets, specifically the packets containing xml data so the course can be created.
#story[820]
|
2017-04-24 16:47:41 +12:00 |
|
Kusal Ekanayake
|
403dc480c4
|
Created packet enum to class packets and started progress on how the packets are read and parsed according to the type of packet.
#story[820]
|
2017-04-24 15:50:21 +12:00 |
|
Kusal Ekanayake
|
3dc1a7f9c0
|
StreamPacket class created so that we can store all packets generically. The timestamp has also been extracted and stored with the packet so that in the future we may turn the current ArrayList into a priority que.
#story[817]
|
2017-04-23 20:14:41 +12:00 |
|