summaryrefslogtreecommitdiff
path: root/gpsd.php
Commit message (Collapse)AuthorAgeFilesLines
* allow the SBAS diamond icons to be filled... Chris Kuethe2008-03-011-4/+17
| | | | | ...if they're used in the navigation solution rather than making them be circles.
* hush.Chris Kuethe2008-02-111-4/+4
|
* got elevation and azimuth backwards... again.Chris Kuethe2008-02-101-2/+2
|
* Adjust the color scheme a bit - less than 10dBHz SNR is effectively unusable.Chris Kuethe2008-02-101-1/+4
| | | | | | | Even in super-greedy mode, my ublox will only track down to about 15dBHz. I am now colouring such weak signals in black. Also fix the logic for ignoring SVs with negative elevation.
* allow the script to be a little more patient in waiting for position reports...Chris Kuethe2008-02-101-2/+2
| | | | ...and advertise the correct server name.
* handle NMEA sources by waiting a bit looking for an actual fix. give upChris Kuethe2008-01-281-3/+8
| | | | after 3 non-fix O messages.
* more magicChris Kuethe2007-12-141-1/+2
|
* magicChris Kuethe2007-12-141-2/+2
|
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
| | | | | We may need to revisit this if 'n' when we get around to supporting ipv6.
* Explain why I'm using a combination queryChris Kuethe2006-12-121-0/+1
|
* Grumble.Chris Kuethe2006-12-011-5/+13
|
* Clarify the legend a bit. Prompted by RobinChris Kuethe2006-12-011-4/+4
|
* Finally, after all this time, add a legend explaining the color schemeChris Kuethe2006-12-011-0/+19
|
* Stop using special colours for SBAS PRNs. Instead, use a distinctive shape.Chris Kuethe2006-12-011-4/+19
|
* xgps display tuning.Chris Kuethe2006-11-261-0/+4
| | | | | | | if the PRN is 0 or all of elevation, azimuth and signal strength are 0, don't display an icon. PRN 0 can't happen, and because an elevation of 0 is below the recommended 5-degree horizon, we don't accept reports of a satellite there until there is a non-zero measured signal for it.
* Fix bug reported by Chris Kuethe.Eric S. Raymond2006-11-241-7/+8
|
* I don't like $advertiseChris Kuethe2006-11-241-5/+8
| | | | | | It's inconsistent when you're reading from a different server. This variable now defaults to $server and can be ignored unless you know you should use it.
* Conditionalize so the satellite-view caption is not displayed...Eric S. Raymond2006-11-221-4/+9
| | | | ...when the gpsd instance is not accessible.
* More CSSing. Add an explanatory caption to the skyview.Eric S. Raymond2006-11-221-5/+15
| | | | | Change the elevation numbers on the sky grid to match its color so they don't fight with the PRNs.
* PHP script is now fully CSSed.Eric S. Raymond2006-11-221-6/+18
| | | | | | There is a new 'advertise' config variable that can be used to advertise the gpsd server by a name different than (for example) 127.0.0.1.
* Use watcher mode in the PHP script to avoid timing problems with the query.Eric S. Raymond2006-11-221-4/+4
|
* Start on CSSing this.Eric S. Raymond2006-11-221-5/+8
|
* More XHTMLization. Eric S. Raymond2006-11-211-14/+19
| | | | Error message replaces the data table if gpsd is not running.
* Another XHTML correction. Arrange for SVN keyword expansion.Eric S. Raymond2006-11-211-3/+3
|
* Start the PHP script on the road to modern HTML.Eric S. Raymond2006-11-211-10/+12
| | | | Generate XML headers and properly close contentless tags.
* MFC: handle gpsd connect failureChris Kuethe2006-11-211-2/+5
|
* Pass fix data in url to the image generator...Chris Kuethe2006-11-211-48/+104
| | | | | | | | | | | | | | ...rather than making the image generator do its own query. This makes it easier to retry and wait for a receiver to come online if gpsd is running without '-n'. Turn on buffering and do a couple of queries to make sure we have data to display. More robust retry logic to follow. Add simple hooks for plotting yourself with google maps. You will need to enable this in the config file and get a google map api key. (merge from my cvs)
* Added Chris Kuethe's PHP test station script.Eric S. Raymond2006-11-211-0/+440