Commit Graph

199 Commits (7f10b8f5b94c6f4bba5c8cd13d606fe984099ae2)

Author SHA1 Message Date
bert hubert 7f10b8f5b9 add 'reporter' for weekly/daily/whatever Galileo statistics, plus additional URL for F9P manual. 2019-11-20 22:45:30 +01:00
bert hubert 9471b3758a explicitly configure F9P to do all signal identifiers per GNSS 2019-11-17 23:12:52 +01:00
bert hubert 906c95041e move and fix up geo2 work 2019-11-15 22:28:25 +01:00
bert hubert 6ea5907c5d
Merge pull request #40 from mahtin/geo2
geo2 - a fully functional graphical display with lots of controls
2019-11-15 21:06:31 +01:00
bert hubert 30fbd00f91
Merge pull request #38 from jeffpc/master
README: add Massachusetts receiver
2019-11-15 21:05:38 +01:00
bert hubert b1f3658125
Merge pull request #41 from philcrump/patch-1
ubxtool.cc: Correct more ubxport ids to fix broken functionality with USB port.
2019-11-12 16:50:08 +01:00
Phil Crump 31375a232b
ubxtool.cc: Correct more ubxport ids to fix broken functionality with USB port. 2019-11-12 15:30:35 +00:00
Martin Levy e05fac32a1 geo2 - a fully functional graphical display with lots of controls 2019-11-11 19:11:59 -08:00
bert hubert 25e9a4270f
Merge pull request #37 from philcrump/phil-fix-port-id
Correct ublox port numbers, add description to README.
2019-11-11 22:40:00 +01:00
Josef 'Jeff' Sipek c0195189d0 README: add Massachusetts receiver 2019-11-11 07:30:28 -05:00
bert hubert 5ca3a298c0
Merge pull request #35 from josephfoulds/web
Add ability to toggle display of receiver ranges on /geo
2019-11-11 11:45:41 +01:00
Phil Crump d15c715d9e Correct ublox port numbers, add description to README. 2019-11-10 20:57:40 +00:00
bert hubert e3d715e3a7 add libeigen to github tests 2019-11-10 21:21:04 +01:00
bert hubert 91df9d430d implement change from issue #36 2019-11-09 22:21:57 +01:00
bert hubert d37d881c54 add g++ 8 note 2019-11-09 22:19:00 +01:00
bert hubert 70222cd14d don't crash if started w/o parameters, enforce at least one major GNSSS 2019-11-09 21:59:23 +01:00
Joseph Foulds d61579edcc Revert /geo spacing to tabs 2019-11-08 14:49:42 +00:00
Joseph Foulds 92e0ec1bba Add sat and observer filtering to /geo page 2019-11-08 14:46:23 +00:00
bert hubert a1129500cf add links to receivers 2019-11-08 11:18:06 +01:00
bert hubert 902c48b132 more promo 2019-11-05 13:18:22 +01:00
bert hubert fa77f35b56 more features 2019-11-05 13:14:31 +01:00
bert hubert f09d312c90 add primordial SBAS/EGNOS/WAAS/etc payload extraction 2019-11-04 07:52:01 +01:00
bert hubert efd9244651 robustify retransmits for ubx commands, make internal ubx port configurable ( --ubxport defaults to USB), add --baud setting, add --keep-nmea,-k to keep NMEA enabled for shared port setups. 2019-11-03 20:52:05 +01:00
bert hubert a46bd4e8dc stop navdump from writing tons of csv files, make printing of rfdata and positions optional 2019-11-03 20:52:05 +01:00
bert hubert f571029239
Merge pull request #31 from jeffpc/master
tle: include ctime to make clang on FreeBSD 12 happy
2019-11-02 21:55:06 +01:00
bert hubert 22e22b8f22 improve URA transition, fix galileo health message updates, add cache headers, add CORS to most things 2019-11-02 21:26:03 +01:00
bert hubert ae7bfaa458 turn unhealthy galileo satellite read as well, rename ds9a 2019-10-31 18:11:28 +01:00
bert hubert 26ceb9f56f add link to ESA SP3 files 2019-10-31 18:10:48 +01:00
Josef 'Jeff' Sipek 3b2268af04 tle: include ctime to make clang on FreeBSD 12 happy
Without the include, time_t is not defined.
2019-10-30 20:40:25 -04:00
bert hubert a03ce6d76a
Merge pull request #28 from mahtin/patch-1
Added executables. Added TLE (*.txt) files.
2019-10-28 22:55:03 +01:00
bert hubert e40ce296db
Merge pull request #29 from mahtin/patch-2
Added text to describe present day receivers.
2019-10-28 22:54:38 +01:00
bert hubert d0a652a0c5
Merge pull request #30 from gizmoguy/docker-deps
Install libeigen3-dev during docker build.
2019-10-28 09:09:29 +01:00
Brad Cowie cb989825b7 Install libeigen3-dev during docker build. 2019-10-28 17:56:19 +13:00
bert hubert 847851551a fixed old syntax for navparse 2019-10-25 13:04:59 +02:00
Martin J. Levy 1f6d2bf087
Added text to describe present day receivers. 2019-10-23 10:45:11 -07:00
Martin J. Levy 2a5dcf8d25
Added executables. Added TLE (*.txt) files.
Trivial update to help quality of "git status" output.
2019-10-23 10:22:39 -07:00
bert hubert 32e9a309bc document new libeigen dependency 2019-10-23 10:58:48 +02:00
bert hubert 8241944b7c Merge branch 'experimental' 2019-10-23 10:37:21 +02:00
bert hubert 4534472f5e add coverage map with hdop/pdop/vdop 2019-10-23 10:33:13 +02:00
bert hubert 003164e516 harden navparse.cc against attempting to do incomplete ephemerides 2019-10-23 10:32:47 +02:00
bert hubert 4786097822 due to rounding errors arccos can sometimes get fed 1.0000000002, which is bad. 2019-10-23 10:32:03 +02:00
bert hubert de0faa94b7 enable crashing on floating point exceptions - will be bad for stability but good for quality 2019-10-23 10:31:32 +02:00
bert hubert 2cfe6eaaa5 Merge branch 'master' of github.com:ahupowerdns/galmon 2019-10-20 21:52:03 +02:00
bert hubert b4f875fd8e add test file 2019-10-20 21:50:11 +02:00
bert hubert 5e2e217cb5
Merge pull request #22 from kiwibrew/patch-3
Update README.md
2019-10-20 21:43:30 +02:00
bert hubert 1a083c8637 it is ncurses5 actually 2019-10-20 21:42:31 +02:00
bert hubert 16856636ac possibly fix up CI 2019-10-20 21:41:01 +02:00
bert hubert 72464ddee4
Merge pull request #20 from CTassisF/master
Add missing libncurses-dev dependency to README
2019-10-20 21:40:28 +02:00
bert hubert 9f03e4de5c add beidou specifics to sv.json output 2019-10-20 20:34:31 +02:00
bert hubert 215b682f06 add beidou specifics to sv.json output 2019-10-20 20:34:06 +02:00