Commit Graph

227 Commits (ad5f4071d407e4d3cdf3f748f2e15d1c8c803568)

Author SHA1 Message Date
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
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
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
Joseph Foulds fb6514c1e4 [HTML Cleanup] Remove depracated <center> tag element 2019-11-18 14:14:42 +00:00
Joseph Foulds 622f7662fb [HTML Cleanup] Add ampersand escape to URL sequence for BeiDou 2019-11-18 14:10:50 +00:00
Joseph Foulds 931b7947f0 [HTML Cleanup] Remove nested <p> tags (cannot contain block level elements) 2019-11-18 14:08:40 +00: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