November 14, 2012 09:23
Now you just gave me a clue there !
Use gpspipe !! I used gpspipe to take raw NMEA from gpsd and piped that through netcat to another port (randomly selected 3330) and connect iNavx to that and it works!
If it helps anyone else I used the following command.
gpspipe -r | nc -l 3330
So in theory I can now take GPS data, Wind speed and direction data,depth/log info and feed it all into gpsd which will mux it all together on my cheepy Raspberry Pi and send it all out to iNavx :-)
Ric
Use gpspipe !! I used gpspipe to take raw NMEA from gpsd and piped that through netcat to another port (randomly selected 3330) and connect iNavx to that and it works!
If it helps anyone else I used the following command.
gpspipe -r | nc -l 3330
So in theory I can now take GPS data, Wind speed and direction data,depth/log info and feed it all into gpsd which will mux it all together on my cheepy Raspberry Pi and send it all out to iNavx :-)
Ric