Commit graph

454 commits

Author SHA1 Message Date
bert hubert
0877600356 make sure 'page' for the gps message parser gets set 2019-12-20 23:05:44 +01:00
bert hubert
029fddaab8 comment 2019-12-20 23:04:20 +01:00
bert hubert
4c3422ca6a oops ephAge was integer only - potentially messing with doppler measurements 2019-12-20 23:03:52 +01:00
bert hubert
c565d32f68 emit dtLS leap second stuff 2019-12-20 23:03:12 +01:00
bert hubert
ca034fb7eb silence warning so we can stop getting complaints about it 2019-12-20 20:08:14 +01:00
bert hubert
c58d23f486 add debugging message type 2019-12-20 13:18:11 +01:00
bert hubert
5bc3e90e2d add more debugging, increase frequency of RAWX, improve 'fake fix' mode 2019-12-20 13:12:53 +01:00
bert hubert
ac90b7a392 teach ubxtool and protobuf a lot about RAWX 2019-12-12 11:23:46 +01:00
Phil Crump
41ff3673f2
navparse.cc: Round observed azimuth & elevation values to 1 dp in 'svs.json' and 'observers.json' web data files. Closes #49. 2019-12-10 23:11:16 +00:00
Phil Crump
d28d113e11
ubxtool.cc: Hide SBAS Preamble stdout message behind debug flag to reduce log spam. 2019-12-10 21:37:33 +00:00
bert hubert
941f5f4ef5 Merge branch 'master' of github.com:ahupowerdns/galmon 2019-12-04 21:49:39 +01:00
bert hubert
f383f321d0 implement --fuzz-position, -f to reduce precision of fix 2019-12-04 21:49:06 +01:00
bert hubert
f02bd473f6
Merge pull request #46 from myself248/patch-1
Update observer.html beyond "four receivers".
2019-12-02 22:56:04 +01:00
bert hubert
354a14be89
Merge pull request #50 from josephfoulds/css_consolidation
Consolidate all main page CSS into styles.css
2019-12-02 22:55:17 +01:00
bert hubert
987106a10d
Merge pull request #52 from jeffpc/navdump-wgs84
navdump: print WGS84 lat, lon, and elev in ECEF output
2019-12-02 19:34:21 +01:00
Josef 'Jeff' Sipek
ed312693c0 navdump: print WGS84 lat, lon, and elev in ECEF output 2019-12-02 12:36:47 -05:00
bert hubert
68083eb12a catch EOF gracefully in ubxtool 2019-12-02 14:41:06 +01:00
Conor Power
eec2a04704 Update ubxtool references to include --galileo as a default 2019-11-26 19:21:22 -08:00
Conor Power
830e9ff216 Add in additional commands to README for docker to pass through a USB device and forward ports for connectivity reasons 2019-11-26 18:06:37 -08: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
Joseph Foulds
ad5f4071d4 [CSS] Centralize all web CSS into one file 2019-11-26 15:12:58 +00:00
Joseph Foulds
211839f628 [HTML] Clean up HTML in observer 2019-11-26 15:07:26 +00:00
Leif Sawyer
3d56f19e5a Dockerfile for raspbian/buster host 2019-11-23 12:08:27 -09:00
bert hubert
c7479a7b8d new timeout code, should fix startup for entirely new receivers 2019-11-22 14:32:25 +01:00
bert hubert
a3edd6d417 add missing lock for queue, possibly causing crashes 2019-11-22 09:02:16 +01:00
Leif
fa7104b852
s/nv/nc/; add 'Alaska' to coverage list 2019-11-21 12:22:57 -09:00
Leif Sawyer
9231d805e2 refactor to auto-detect interface, cleaner log rotation 2019-11-21 11:51:18 -09:00
Leif Sawyer
1328905291 keep run directory between sessions; auto-create dir if needed 2019-11-21 11:50:56 -09:00
bert hubert
b18cb61f24
Merge pull request #47 from josephfoulds/web_improvements
Web standardization improvements - thank you so much Joseph!
2019-11-21 20:52:21 +01:00
Joseph Foulds
a5ea29577e [Feature] Alter nth coloring of tables for better readability 2019-11-21 15:19:04 +00:00
Joseph Foulds
45604d9f09 [Cleanup] Standardize to 2-space 2019-11-21 14:57:38 +00:00
Joseph Foulds
86f7313d78 [Cleanup] Standardize to 2-space 2019-11-21 14:57:12 +00: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
Joseph Foulds
83e6937d77 [Feature] Alter bg color for tables so elements start offset from document background 2019-11-18 16:17:36 +00:00
Joseph Foulds
8fd0393454 [HTML Cleanup] Update HTML doctype and lang specification for multiple pages 2019-11-18 15:38:27 +00:00
Joseph Foulds
5fe1f8fa72 [HTML Cleanup] Update overview.html (standards compliance fixes) 2019-11-18 15:18:27 +00:00
Joseph Foulds
c4575433ee [HTML Cleanup] Update observers.html (standards compliance fixes) 2019-11-18 15:17:47 +00:00
Joseph Foulds
9c3f48a198 [HTML Cleanup] Update observer.html (standards compliance fixes) 2019-11-18 15:17:03 +00:00
Joseph Foulds
1e273a28e6 [HTML Cleanup] Update almanac.html (standards compliance fixes) 2019-11-18 15:15:44 +00:00
Joseph Foulds
11b739ba24 [HTML Cleanup] Update coverage.html (many standards compliant fixes) 2019-11-18 15:10:38 +00:00
Joseph Foulds
77ebde1102 [HTML Cleanup] Set meta charset utf-8 in line with standards 2019-11-18 14:57:58 +00:00
Joseph Foulds
7573c920a5 [HTML Cleanup] Remove HTML tag indentation 2019-11-18 14:57:16 +00:00
Joseph Foulds
5f8d7dbad1 [HTML Cleanup] Add language attribute to HTML tag 2019-11-18 14:55:55 +00:00
Joseph Foulds
48beb1a3ad [HTML Cleanup] Change obsolete doctag 2019-11-18 14:55:26 +00:00
Joseph Foulds
29b08194fe [HTML Cleanup] Switch span tag for div as span should not contain block elements (eg table) 2019-11-18 14:52:51 +00:00
Joseph Foulds
09ac87ef76 [HTML Cleanup] Switch </p> tag for <br /> for linebreak due to no open 2019-11-18 14:44:25 +00:00
Joseph Foulds
963907950b [Copy] Remove superfluous exclamation mark 2019-11-18 14:41:55 +00:00
Joseph Foulds
f3eb31ea55 [HTML Cleanup] Add lang declaration as per W3 best standards (en) 2019-11-18 14:40:32 +00:00
Joseph Foulds
3554a0e032 [HTML Cleanup] Remove deprecated valign tags and switch to CSS 2019-11-18 14:38:22 +00:00
Joseph Foulds
9a03706faf [HTML Cleanup] Add <head> tag and <title> since this cannot be inferred from higher level protocol 2019-11-18 14:19:54 +00:00