View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#269
Had problems using N900 as Network GPS for gpsd.
Finally, got it working with next commands:
mkfifo gpsfifo
nc 192.168.2.15 9300 > gpsfifo &
gpsd -N -D9 gpsfifo
Where 192.168.2.15 is N900 IP and "-N -D9" can be deleted or 9 reduced.
 

The Following 2 Users Say Thank You to int_ua For This Useful Post: