Alistair McIntyre
|
f5b9160304
|
Started parsing the different types of XML messages to Map objects so that we can extract the relevant data for the visualizer.
#story[820]
|
2017-04-27 17:22:46 +12:00 |
|
Kusal Ekanayake
|
5eebab2748
|
Completed data extractors for: heartbeat, racestatus, display text msg, race start status, yacht event code, yacht action acode, chatter text, boat location, mark rounding, course wind and average wind. Some of the methods need to be validated but others have been tested. Will now need to link the parses with the model.
#story[820]
|
2017-04-25 17:57:22 +12:00 |
|
Alistair McIntyre
|
8cbd1cc4aa
|
Added support to import XML packet to XML Document object.
#story[820]
|
2017-04-25 17:38:26 +12:00 |
|
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 |
|