Sorry Lee. I thought I'd emailed but maybe not.
Finished up using TCP in the end, not UDP. Once I'd understood it all, the Java coding was a bit easier and it worked first time, unlike the UDP which I was struggling with.
Chris
Hi Chris,
Not a problem, I have to do some code cleanup, I have got lots of duplicated code at the moment.
I want to restructure into a common parser (NMEA based)
and two listening sockets on port 2001, both UDP & TCP.
So I dont intend to lose the TCP comms, but I do want to lose the $P3IGGA messaging, its just
duplicating what is already in NMEA
Thx
Lee