Commit Graph

79 Commits (spacecruft)

Author SHA1 Message Date
bert hubert 1837fd0bea -pthread should unfuck the testsuite 2021-09-22 20:09:07 +02:00
bert hubert 27ee8daae2 tighten Makefile a bit 2020-11-12 12:04:10 +01:00
bert hubert b1f0ad01d1 add navmerge for HA operations 2020-08-04 10:00:49 +02:00
bert hubert a555418542 include galileo.o for F/NAV to navparse 2020-07-29 19:53:59 +02:00
bert hubert f96df29038 septool! 2020-07-29 11:38:32 +02:00
bert hubert 85377da7c7 add rinjoin tool that parses rinex files and emits a joined up CVS file of af0 parameters 2020-07-21 11:18:31 +02:00
bert hubert f1f0312b60 add gndate tool to get weeknumber for gps or galileo, plus TOW 2020-07-16 14:05:39 +02:00
bert hubert bed6d7c8d4 go back to -O3 2020-07-06 09:51:37 +02:00
bert hubert 0e46c05b42
Merge pull request #122 from ahupowerdns/sarsend
Sarsend: implement sending SAR messages
2020-07-03 23:51:58 +02:00
bert hubert 2eb900c433 teach reporter to do ephemeris calculations (still using the WRONG af0!) and feed them into influxdb 2020-07-03 23:23:24 +02:00
bert hubert f5cae429ff implement SAR messages in ubxtool 2020-07-03 19:56:04 +01:00
bert hubert 79ee7139c2 add sp3feed tool to stream sp3 data into influxdb 2020-06-17 20:48:57 +02:00
bert hubert ecc0188151 Patch by @ptudor to fix up 'make install' 2020-04-28 22:31:03 +02:00
Josef 'Jeff' Sipek 8406710c82 makefile: add -L/usr/local/lib to rtcmtool target 2020-04-28 10:09:06 -04:00
bert hubert e96ceb7ddd implement compressed submission protocol with acks 2020-04-26 16:12:19 +02:00
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