Commit Graph

64 Commits (3c565b815e950f696567ac17ccc470a4fe3eafe0)

Author SHA1 Message Date
bert hubert 3c565b815e this code is running, so it must be good 2020-04-25 11:43:25 +02:00
bert hubert 2829ca9cd8 add rtcm processing, add rtcmtool 2020-02-29 14:28:36 +01:00
bert hubert 9e37f6ad40
Merge pull request #91 from ptudor/master
Add Debian package framework and "make install" target
2020-02-27 10:22:36 +01:00
bert hubert d6bfae0fc1 improve navmon.proto dependency 2020-02-25 16:54:39 +01:00
bert hubert 63827d8195 move to new unified processing model, plus hook up sbas 2020-02-25 12:12:35 +01:00
Patrick Tudor 689fb13b55
Merge 2020-02-09 13:37:12 -08:00
Patrick Tudor 9ebf9d0dd8
try out "download-debian-package" 2020-02-09 11:03:36 -08:00
bert hubert bad00b4266 add a RINEX3.03 NAV message parser & writer, move to fmt-6.1.2, move some functions to navmon.cc, add 'rinreport' which checks RINEX collections for completeness, yolo up navcat a bit 2020-02-04 21:25:20 +01:00
bert hubert e7eae7fa81 move to -O2 for now 2020-01-26 13:20:45 +01:00
Patrick Tudor 1b6dd6066b
help2man in Makefile 2020-01-25 16:57:46 -08:00
Leif Sawyer 079509811d Add version CLI option for all executables 2020-01-21 09:13:29 -09:00
Patrick Tudor 71a9cad2a4
alphabetical order for list 2020-01-20 12:32:40 -08:00
Patrick Tudor 06347d1ff3
fix hard-coded /share/package as $htdocs 2020-01-20 01:20:51 -08:00
Patrick Tudor 639cf86f24
git add PACKAGE-DEBIAN.md debian 2020-01-19 23:14:17 -08:00
Patrick Tudor f0ac720719
add html directory to install target. Debian-default path hard-coded. 2020-01-19 23:07:23 -08:00
Patrick Tudor 5474693dfd
Add "make install" target with INSTALL and prefix variables 2020-01-19 14:31:13 -08:00
bert hubert 3426271cf5 add truncPrec to truncate precision of doubles, use it to reduce needless waste in svs.json. This appears to make svs.json 10% smaller.
Closes #84.
2020-01-18 16:48:22 +01:00
bert hubert 00924f697f add lat/lon/h output to NAV-SVIN 2020-01-18 12:48:06 +00:00
bert hubert 1d1efcb080 redo our influxdb schema & logic, split out to separate file, slim down 2020-01-11 20:33:30 +01:00
bert hubert 9dd4b4232d trkmeas work, plus many other things 2020-01-09 14:33:02 +01:00
bert hubert 869aaebfe0 add githash and receiver uptime to stream 2019-12-28 23:19:40 +01:00
bert hubert 5d1ef42e4e move to WGS84 ellipsoid lat/lon calculations, adjust to sources that do not provide a fix, add ground speed, log location/speed in influxdb 2019-11-26 19:12:37 +01:00
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 80a062a69f rough code for coverage maps 2019-10-12 14:57:44 +02:00
bert hubert fa08b56c62 clean even more .o 2019-10-05 22:28:23 +02:00
bert hubert 41712bb6d5 make make clean do a better job cleaning .o's 2019-10-05 22:24:27 +02:00
bert hubert 60cf42d522 navcat! 2019-10-01 15:39:36 +02:00
bert hubert 5938573da1 add sp3 parser 2019-09-24 21:19:01 +02:00
bert hubert 5169dc2ca3 cleanup of ubxtool, with buffered writing ability to multiple destination 2019-09-23 14:23:03 +02:00
bert hubert 3152567a4a
Merge pull request #1 from omoerbeek/openbsd-fixes
Fix OpenBSD/clang errors; fix Makefile to use CXX and add some include paths.
2019-09-05 10:51:57 +02:00
Otto Moerbeek 428111de84 Merge branch 'master' of https://github.com/ahupowerdns/galmon into openbsd-fixes
Make hardware handshaking settable, default to off for OpenBSD
2019-09-05 10:26:20 +02:00
bert hubert 64bca4aba4 add wslay Makefile.local 2019-09-05 09:16:25 +02:00
Otto Moerbeek c72ac4859d Merge branch 'master' of https://github.com/ahupowerdns/galmon into openbsd-fixes 2019-09-05 08:43:36 +02:00
bert hubert 7855d90790 add make check for CI 2019-09-05 08:41:53 +02:00
bert hubert 1a69de074e interim 2019-09-03 20:05:40 +02:00
bert hubert 686ce706fe add TLEs 2019-09-02 16:13:49 +02:00
Otto Moerbeek fd6e4899f7 Merge branch 'master' of https://github.com/ahupowerdns/galmon into openbsd-fixes 2019-08-31 08:25:44 +02:00
bert hubert 66a04d9e19 fix partial reads in navdump, fix time situation with GLONASS 2019-08-31 01:08:56 +02:00
bert hubert d074b06f5f update navdisplay to new world, removing most of its functionality 2019-08-30 17:55:58 +02:00
Otto Moerbeek e4d924f972 Merge branch 'master' of https://github.com/ahupowerdns/galmon into openbsd-fixes 2019-08-30 17:23:24 +02:00
bert hubert bca8a0b2b2 various improvements 2019-08-29 12:45:37 +02:00
Otto Moerbeek 7236e849a0 Merge branch 'master' of https://github.com/ahupowerdns/galmon into openbsd-fixes 2019-08-26 18:03:26 +02:00
bert hubert 0962be6b8b the whole thingus 2019-08-26 15:58:01 +02:00
Otto Moerbeek 7ccb14882e -L /usr/local/lib 2019-08-18 11:08:54 +02:00
Otto Moerbeek f2a93fec66 Merge remote-tracking branch 'upstream/master' into openbsd-fixes 2019-08-18 11:03:13 +02:00
bert hubert ec9f934aea split out ephemeris ephAge & fix it, add delta-Hz to html, add gps-utc offset to json & show it in html, fix compilation 2019-08-18 10:56:22 +02:00
Otto Moerbeek c3dba85147 Merge remote-tracking branch 'upstream/master' into openbsd-fixes 2019-08-17 11:15:41 +02:00
bert hubert 839344976b add gps.o 2019-08-17 11:05:22 +02:00
Otto Moerbeek ef79c0e21c Fix OpenBSD/clang errors; fix Makefile to use CXX and add some
include paths.
2019-08-16 10:51:29 +02:00
bert hubert ac76ba1d28 update README and Makefile 2019-08-15 22:08:59 +02:00