summaryrefslogtreecommitdiff
path: root/net_gnss_dispatch.c
Commit message (Collapse)AuthorAgeFilesLines
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-1/+1
| | | | No effect on compilation. All regression tests pass.
* Dyke out the remotegpsd code. Eric S. Raymond2009-09-101-5/+0
| | | | | | The proxying concept is OK but the design is broken and the implementation has at least two bugs that are crash landings. Chris can do better than this.
* 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.