Commit Graph

292 Commits

Author SHA1 Message Date
Junzi Sun
8a43d711aa add track rate from bds50 to streamer 2018-12-04 18:17:05 +01:00
Junzi Sun
495f320988 fix exceptions 2018-11-30 23:36:58 +01:00
Junzi Sun
44a9c8d2aa fix test for commb 2018-11-30 22:50:05 +01:00
Junzi Sun
ecfc4037a1 catch exceptions in uncertainty handeling 2018-11-30 22:47:00 +01:00
Junzi Sun
61f2191feb add BDS50 roll to streamer 2018-11-30 16:51:27 +01:00
Junzi Sun
9e1cc2c5a2
Merge pull request #32 from Akasch/fix_screen_offset
streamer.screen: fix missing flights in view
2018-11-27 17:40:56 +01:00
Junzi Sun
500c3ca9bd
Merge pull request #33 from Akasch/fix_cpu_usage
modeslive: fix hight CPU usage
2018-11-27 17:16:57 +01:00
Nils Rokita
78f1ca77c7 modeslive: fix hight CPU usage
The core loop in modeslive is currently busy waiting for updates
I think an update rate at 50Hz is more reasonable and reduces cpu usage.
2018-11-27 15:59:37 +01:00
Nils Rokita
576713f13b streamer.screen: fix missing flights in view
the row is countin from 3 to the window hight, but the idx ist used
as index into the icaos list beginning at 0. the offset is 0 for the
first page. This results in the first 3 flights not shown.
2018-11-27 15:46:56 +01:00
Junzi Sun
3502fedf02
Merge pull request #31 from Akasch/fix_screen_clear
streamer.screen: fix undefined variable icao on emty flight list
2018-11-26 21:33:47 +01:00
Nils Rokita
de9ec43912 streamer.screen: fix undefined variable icao on emty flight list
The icao variable is tested for None on line 136 but is not defined if
no flight is known
2018-11-26 16:00:46 +01:00
alcibiade
bfdb8221a0
Remove remaining Python3 explicit typing.
The original version of this code is built against Python3.5+ and uses explicit typing. As I think the pyModeS supports Python2, I thought it was preferable top remove these types.
2018-11-05 21:55:45 +01:00
Yannick Kirschhoffer
32e6ee3904 Implement an alternative faster CRC. 2018-11-04 00:36:33 +01:00
Yannick Kirschhoffer
d82dfd5537 Extended test to stress the CRC function. 2018-11-04 00:17:09 +01:00
Junzi Sun
16c83d1505 fix bug in NACv 2018-10-02 23:32:07 +02:00
Junzi Sun
e5d5633535 relax bds17 identification 2018-08-24 16:45:12 +02:00
Junzi Sun
8adacd8e91
Merge pull request #27 from hv92/master
Update readme
2018-07-25 22:38:12 +02:00
Huy Vu
fd15b13c17 Update readme 2018-07-25 20:09:28 +02:00
Junzi Sun
405d8ed108 update screenshot 2018-07-04 21:35:48 +02:00
Junzi Sun
0085d03d4a add callsign to modeslive 2018-07-04 21:31:09 +02:00
Junzi Sun
6f139d4ae9 make modeslive uncertanty values optional 2018-07-04 21:20:23 +02:00
Junzi Sun
e5ca76ac0d rename live script to modeslive 2018-07-04 20:56:11 +02:00
Junzi Sun
ef9d2cfd16 fix NICv2 bug 2018-07-04 18:14:13 +02:00
Junzi Sun
ea1ccc0c70 add instructions for getting a raw stream from RTL-SDR 2018-06-29 14:13:20 +02:00
Junzi Sun
648f4660b7 Merge branch 'JoseAndresMR-master' 2018-06-27 22:09:05 +02:00
Junzi Sun
0df6a664a3 resturctue the uncertainty module, and some additional fixings. 2018-06-27 22:08:13 +02:00
JoseAndresMR
44b277f0ad various fixing 2018-06-26 23:15:57 +02:00
JoseAndresMR
715d0a3c66 implementation of uncertainty values from csv files 2018-06-26 16:22:42 +02:00
JoseAndresMR
6db5ea8023 "fetch from upstream" 2018-06-25 16:25:17 +02:00
JoseAndresMR
7685f1590f for first merge with upstream 2018-06-25 16:19:07 +02:00
Junzi Sun
5fa090b95f update screenshot 2018-06-23 16:05:06 +02:00
Junzi Sun
6c5ae2141b add example screenshot of pmslive 2018-06-23 15:59:26 +02:00
Junzi Sun
24f3658673 skeleton code for DF 0/4/5/11/16 2018-06-23 15:54:17 +02:00
Junzi Sun
205725872a update pmslive and tcpclient, add support for AVR. 2018-06-23 15:19:29 +02:00
Junzi Sun
01a573a1af update live screen 2018-06-23 14:40:27 +02:00
Junzi Sun
c0476f5e16 readme code format 2018-06-23 01:29:58 +02:00
Junzi Sun
140b68afbc add pmslive command reference 2018-06-23 01:28:41 +02:00
Junzi Sun
70b3af2c8b add script: pmslive 2018-06-23 01:24:15 +02:00
Junzi Sun
0ef64be934 update pmstream, add nic/nac/sil. 2018-06-23 00:20:38 +02:00
Junzi Sun
bbe6e50fb2 Merge branch 'JoseAndresMR-master', add ADS-B uncertainties 2018-06-22 22:52:36 +02:00
Junzi Sun
a3e44b5626 fixing code 2018-06-22 22:52:11 +02:00
JoseAndresMR
457a948879 Uncertainty and Accuracy parameters 2018-06-22 12:31:19 +02:00
Junzi Sun
54b2038a41 update readme, add id / alt code instruction 2018-06-21 17:38:59 +02:00
Junzi Sun
82b912bc05 update readme 2018-06-20 22:25:47 +02:00
Junzi Sun
6d5869a9e0 update readme 2018-06-20 22:22:42 +02:00
Junzi Sun
36840e0225 Merge branch 'master' into dev-2.0 2018-06-20 17:03:40 +02:00
Junzi Sun
972ffe264e
Update README.rst 2018-06-20 16:29:36 +02:00
Junzi Sun
d4ca81e0ca
Update README.rst 2018-06-20 16:18:39 +02:00
Junzi Sun
9fa475ab9a add more DF to icao function 2018-05-30 10:25:00 +02:00
Junzi Sun
c91bd4bb03 fix bug 2018-05-24 12:49:46 +02:00