summaryrefslogtreecommitdiff
path: root/gpsd.php
Commit message (Collapse)AuthorAgeFilesLines
* POLL subobject name changes: fixes -> tpv, skyview -> sky.Eric S. Raymond2011-03-211-8/+8
|
* And fix the only other place "timestamp" was mentioned. In a comment only.Eric S. Raymond2011-03-171-1/+1
|
* gpsd.php: also show the current skyview in a tableBeat Bolli2011-03-061-33/+49
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* gpsd.php: eliminate trailing whitespaceBeat Bolli2011-03-041-4/+4
|
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-3/+3
| | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this).
* Generate a JSON error if GPSd is unresponsiveBeat Bolli2010-04-121-1/+3
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Add JSON output to gpsd.phpBeat Bolli2010-04-121-5/+18
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Document script argsChris Kuethe2010-04-091-0/+6
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* "magic" was dumb - use more descriptive nameChris Kuethe2010-04-081-6/+6
|
* Allow to disable the form to change the serverChris Kuethe2010-04-081-4/+8
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Include the configuration only onceChris Kuethe2010-04-081-1/+0
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Use the correct coordinates in the titleChris Kuethe2010-04-081-1/+1
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* fix charsetChris Kuethe2010-04-081-1/+1
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Get rid of $GPS global. Mostly from Beat BolliChris Kuethe2010-04-081-8/+7
|
* Use the current query syntax in the descriptionChris Kuethe2010-04-081-1/+2
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Add a note about making gpsd.php work with SuhosinChris Kuethe2010-04-081-0/+6
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Output the non-decodable JSON in the error messageChris Kuethe2010-04-081-2/+2
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Actually show the Google map if enabledChris Kuethe2010-04-081-1/+1
| | | | Signed-off-by: Chris Kuethe <ckuethe@users.berlios.de>
* Fix Pythonism in gpsd.phpBeat Bolli2010-04-071-1/+2
| | | | Did you program too much Python lately? ;-)
* update gpsd.php to use JSON POLL commandChris Kuethe2010-04-061-131/+76
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+0
|
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The patch original is at: https://lists.berlios.de/pipermail/gpsd-dev/attachments/20100111/85ad4e15/attachment.bin This revision changes netlib_connectsock() to take a first argument that is an address family and can specify IPv4, IPv6, or either. It also changes gpsd.c to open two client sockets, one IPv4 and one IPv6, and listen on both. As a required cleanup, a number of defaults to "127.0.0.1" become defaults to "localhost" so we're not hardwiring in IPv4 assumptions anymore. I've omitted a significant portion of the Mehani patch that changed the interface of the client library in an incompatible way. Currently there is no way to make gpsd listen to IPv4 or IPv6 only, and no way to make a client query over IPV4 or IPv6 only. Also, we'd really like to be able to condition out IPv6 or (someday) IPv4 support for a leaner runtime, and there's no way to do that yet, either. Under IPv4, regression tests pass; live operation with a GPS mouse and the aishub feed both work. However, the resulting code does not splint clean; this will need to be fixed, and that's going to be tricky due to the new sockaddr_t struct.
* 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