Commit Graph

284 Commits

Author SHA1 Message Date
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
Junzi Sun
4f0946c4da update readme 2018-05-17 10:49:40 +02:00
Junzi Sun
46a99852d6 update readme 2018-05-17 10:40:22 +02:00
Junzi Sun
2389c12b98 add [commb], depricate [ehs] and [els] 2018-05-17 10:34:14 +02:00
Junzi Sun
6128c5a18d update sample run script for comm-b 2018-05-17 09:52:50 +02:00
Junzi Sun
72c1a9f645
Merge pull request #21 from federicoorta/dev-2.0
Run samples updated in dev-2.0
2018-05-17 09:32:12 +02:00
Junzi Sun
f221c67295
keep only bds 40 50 60
Other bds code does not belong to Enhanced Mode-S definition.
2018-05-17 09:24:31 +02:00
forta
14a537030d Sample run of EHS decoding has been fixed. 2018-05-16 19:09:02 +02:00
forta
b7afd841ff Import of 'util' module substituted with 'common'. 2018-05-16 17:41:19 +02:00