goGPS-Project / goGPS_Java

goGPS Java is a GNSS observation processing library.
http://www.gogps-project.org
59 stars 43 forks source link

Serial comm interface #14

Closed ZiglioUK closed 9 years ago

ZiglioUK commented 9 years ago

See if you like these changes @nro2dai @ege010 (It's not really an interface, rather an abstract class that removes some redundancies)

https://github.com/goGPS-Project/goGPS/issues/13

ege010 commented 9 years ago

Very nice, thanks!!

ZiglioUK commented 9 years ago

You're welcome, there's a bit of copy&paste in other classes that could be reduced too. Quick question: it looks like goGPS Matlab support more/different protocols than goGPS Java. Under goGPS Matlab I can see: UBX, iTalk, SkyTraq and BINR. Under goGPS Java there's: UBX and NVS. Has anyone tried iTalk in Java?

ege010 commented 9 years ago

goGPS Java supports (at least for the binary data parsers) UBX, NVS and SkyTraq. iTalk is not so useful anymore, since Fastrax was acquired by u-blox a couple of years ago.

2015-06-22 23:12 GMT+02:00 Emanuele Ziglioli notifications@github.com:

You're welcome, there's a bit of copy&paste in other classes that could be reduced too. Quick question: it looks like goGPS Matlab support more/different protocols than goGPS Java. Under goGPS Matlab I can see: UBX, iTalk, SkyTraq and BINR. Under goGPS Java there's: UBX and NVS. Has anyone tried iTalk in Java?

— Reply to this email directly or view it on GitHub https://github.com/goGPS-Project/goGPS/pull/14#issuecomment-114263103.