summaryrefslogtreecommitdiff
path: root/net_gnss_dispatch.c
Commit message (Collapse)AuthorAgeFilesLines
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-3/+1
| | | | | | | | that is, it can connect to and relay data from other gpsd instances. Sample usage # gpsd -S 12000 -n 'gpsd://localhost:2947/?raw' # cgps 127.0.0.1:12000
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-20/+27
| | | | | this more accurately reflects that this is now becoming a generic network gnss interface
* create a net_ namespace for gpsd-as-a-client protocols. currently these areChris Kuethe2009-07-041-0/+103
dgpsip and ntrip. eventually, gpsd will be able to connect to a remote gpsd.