Wykres commitów

234 Commity (c3d371ac392ed7dde50aa20f0b44af604cd4a6b5)

Autor SHA1 Wiadomość Data
Mark Jessop c3d371ac39 Fix bug with importing chase cars from sondehub 2022-10-01 21:37:25 +09:30
Mark Jessop beb9db5b4e Update readme and example config 2022-09-22 16:02:22 +09:30
Mark Jessop 8f4a73245f Use websockets to access sondehub/sondehub-amateur chase car data. 2022-09-22 15:47:51 +09:30
Mark Jessop aa2176e518 Update boostrap, change checkboxes to switches 2022-09-17 17:32:27 +09:30
Mark Jessop 17ffc42749 Removed Habitat chase car position uploader 2022-09-17 11:30:55 +09:30
Mark Jessop 1d446ef41d Switch to using send_from_directory insead of send_file 2022-09-17 11:19:57 +09:30
Mark Jessop cee93c90bc Merge branch 'master' of github.com:projecthorus/chasemapper 2022-09-16 21:18:18 +09:30
Mark Jessop 54e54855af Update tawhiri URL 2022-09-16 21:17:48 +09:30
Steven Honson 36d9948a22
Merge pull request #43 from snh/bullseye
Bump base to bullseye
2022-08-29 21:32:47 +10:00
Steven Honson 8ddf9feab4 Bump base to bullseye 2022-08-29 20:56:50 +10:00
Mark Jessop 7f4ae413cd Try and handle flask-socketio 5.3.0 in a docker container correctly. 2022-08-29 18:22:03 +09:30
Mark Jessop 11ded492db Merge branch 'master' of github.com:projecthorus/chasemapper 2022-08-28 21:05:24 +09:30
Mark Jessop 3b6352f7d5 pin flask and flask-socketio 2022-08-28 21:05:03 +09:30
Steven Honson fc1e3c7e13
Remove armv6 support 2022-08-27 18:44:58 +10:00
Mark Jessop 8b27726a90 Tweaks 2022-07-18 16:10:16 +09:30
Mark Jessop 7356c1a0f3 Propagate flush bearings to other clients 2022-07-18 15:56:05 +09:30
Mark Jessop 622766a0c6 Fix flipped DoA plots 2022-07-16 20:45:19 +09:30
Mark Jessop f69d5b71cf Updates for KrakenSDR compatability. 2022-07-15 16:09:58 +09:30
Mark Jessop e44115a4b9 Fix bug on profile change 2022-04-24 14:11:08 +09:30
Mark Jessop baa3e01313 Add Sondehub Amateur chase car upload support 2022-04-18 14:59:19 +09:30
Mark Jessop c4b613b648 Add bearing entry on main page 2022-02-10 17:53:59 +10:30
Mark Jessop a758375e82 Tweaks to help with replaying log data 2021-12-11 17:33:54 +10:30
Steven Honson 21bc0b7a94
Merge pull request #40 from projecthorus/container
Container Image: Use libglib2.0-0 instead of libglib2.0
2021-11-28 18:20:40 +11:00
Steven Honson f45a8cf532
Use libglib2.0-0 instead of libglib2.0 2021-11-28 17:57:34 +11:00
Mark Jessop 2643639182 Update readme 2021-11-28 17:02:10 +10:30
Mark Jessop 01d09d2a14 Update sondehub chase car data gathering 2021-11-28 16:29:27 +10:30
Mark Jessop a67cc1befa Merge branch 'master' of github.com:projecthorus/chasemapper 2021-09-11 13:58:56 +09:30
Mark Jessop 64d289a893 Tweaks to playback and logging 2021-09-11 13:58:38 +09:30
Mark Jessop 45b44da30a
Merge pull request #38 from MikeTango/master
Test commit version numbah
2021-08-25 21:53:05 +00:00
MikeTango 0ef1d153e4 Test commit version numbah 2021-08-25 17:44:21 +01:00
Mark Jessop f443a8fb9c Update displays even if heading is invalid 2021-07-18 12:43:58 +09:30
Mark Jessop bd88a3ad13 Forward numSV data from serial-connected GPS 2021-07-17 23:02:02 +09:30
Mark Jessop fe7412d4e4 Show heading and numSV data in chase car pane 2021-07-17 22:55:44 +09:30
Mark Jessop 9c78b267df Remove freenode reference. 2021-07-17 22:34:33 +09:30
Mark Jessop e03e6d15e1 Better support of supplied heading data. Handle identical sequential positions better. Optionally display heading on display 2021-07-17 22:26:47 +09:30
Mark Jessop 25f5510b64 Add easy bearing entry display (/bearing) 2021-06-19 18:46:23 +09:30
Mark Jessop 17c2f3f844 Merge branch 'master' of github.com:projecthorus/chasemapper 2021-06-19 17:25:40 +09:30
Mark Jessop f2c343eb81 Add selection of bearing sources. Add bearing-o-clock utility 2021-06-19 17:25:19 +09:30
Mark Jessop 757a129d74
Merge pull request #37 from fkemps/master
Added GNGGA support to gps.py
2021-06-18 18:13:22 +09:30
Ferry 1a116381bc
Added support for GNRMC and GNGGA NMEA output
Several GPS mouses (like Beitan BN-808 with U-blox chip) send GNRMC instead of GPRMC as well as GNGGA instead of GPGGA NMEA strings and causing GPS not to work with Chasemapper. This change made those gps-mouses work.

See http://navspark.mybigcommerce.com/content/NMEA_Format_v0.1.pdf table2 and 3 for equal function for GPGGA/GNGGA "Time, position, and fix related data of the receiver. "
2021-06-18 07:14:43 +02:00
Ferry d49978f222
Added support for GNRMC and GNGGA NMEA output
Several GPS mouses (like Beitan BN-808 with U-blox chip) send GNRMC instead of GPRMC as well as GNGGA instead of GPGGA NMEA strings and causing GPS not to work with Chasemapper. This change made those gps-mouses work.

See http://navspark.mybigcommerce.com/content/NMEA_Format_v0.1.pdf table2 and 3 for equal function for GPGGA/GNGGA "Time, position, and fix related data of the receiver. "
2021-06-18 00:51:18 +02:00
Ferry c55a2f3f49
Added GNGGA support to gps.py
Several GPS mouses (like Beitan BN-808 with U-blox chip) send GNGGA instead of GPGGA NMEA strings and causing GPS not to work with Chasemapper.
This change made those gps-mouses work.

See http://navspark.mybigcommerce.com/content/NMEA_Format_v0.1.pdf table2 and 3 for equal function for GPGGA/GNGGA "Time, position, and fix related data of the receiver. "
2021-06-17 23:47:43 +02:00
Mark Jessop 9258120a52 Move sondehub recovery report into browser, so errors can be reported 2021-06-11 09:09:06 +09:30
Mark Jessop 5f85cc1bcc Update readme 2021-06-06 13:59:44 +09:30
Mark Jessop d2dcdf845f Merge branch 'master' of github.com:projecthorus/chasemapper 2021-06-06 12:07:22 +09:30
Mark Jessop 847d32b18d Update to new sondehub report recovery system 2021-06-06 12:06:55 +09:30
Mark Jessop d3cf470cc8 Remove leading space on commented out tileserver line 2021-05-29 22:57:31 +09:30
Steven Honson 1419250d9f
Merge pull request #34 from projecthorus/container-tags
Tag container releases
2021-04-27 09:05:22 +10:00
Steven Honson 8f3af89604
Tag container releases
The container tag `latest` will also now point to the newest tagged release.

For bleeding edge, `master` can be used as the container tag.
2021-04-27 08:54:10 +10:00
Mark Jessop 6d10913691 Fix gpsd bug 2021-04-27 07:06:00 +09:30