View Single Post
Posts: 724 | Thanked: 1,255 times | Joined on Nov 2007 @ Cambridge, UK
#192
Originally Posted by paulkoan View Post
Is it possible to use another gpsd to act as client to columbus as server?

This doesn't work:
Code:
$gpsd gpsd://n900:9300 
gpsd: device open failed: No such file or directory - retrying read-only
gpsd: read-only device open failed: No such file or directory
gpsd: GPS device gpsd://n900:9300 nonexistent or can't be read
Yet netcat show data:

Code:
$ nc n900 9300
$GPGSV,3,1,9,05,33,131,22,12,5,014,6,16,12,217,31,18,22,338,6*74
$GPGSV,3,2,9,21,54,261,6,25,38,347,6,26,15,085,6,29,76,127,6*49
$GPGSV,3,3,9,30,30,233,6*44
$GPGSA,A,3,05,16,21,30,,,,,,,,,1.0,1.0,1.0*31
I tried this with generic NMEA protocol too with the same results.

Thanks...
After reading the gpsd documentation, as I've never used it, it states the use of the tcp:// uri schema, so you should probably do: gpsd tcp://n900:9300