Commit Graph

42 Commits

Author SHA1 Message Date
Marat Fayzullin 1544419497 Fixed a Python warning. 2024-04-27 21:27:40 -04:00
Marat Fayzullin 756aeade9d Refactored aircraft mode parsers, added initial data to MQTT reports. 2024-04-27 21:13:39 -04:00
Marat Fayzullin def134ea3b Moving marine and aircraft modes to standard JSON fields, for reporting. 2024-04-26 23:44:03 -04:00
Marat Fayzullin 0218306f97 Added MQTT reporting to APRS, AIS, HFDL, VDL2, ACARS, DSC. 2024-04-11 23:52:59 -04:00
Marat Fayzullin 490cf1e542 Improving service output, DSC decoder. 2024-03-20 21:36:26 -04:00
Marat Fayzullin a023f22bc2 Only adding relevant regex changes. 2024-01-31 21:44:28 -05:00
Marat Fayzullin dbbf20aa0e Rolling back some regex changes. 2024-01-31 21:33:44 -05:00
Marat Fayzullin 5e3f8c91a2 Making sure the code is compatible with Python 3.12+ 2024-01-31 20:09:05 -05:00
Marat Fayzullin 7438d64be4 Fixing ColorCache reference. 2023-11-19 16:34:27 -05:00
Marat Fayzullin c173d257be Fixed aircraft TTL values, no longer placing pirate stations to main ITU sites. 2023-10-06 22:13:31 -04:00
Marat Fayzullin 1946a84131 Updated aircraft images, added colors. 2023-09-29 19:39:48 -04:00
Marat Fayzullin 0b222a3ce1 Added TTL to aircraft markers, updated ADSB display. 2023-09-27 21:09:14 -04:00
Marat Fayzullin 768a16171d Fixed aircraft title linkify(), VDL2 altitudes, etc. 2023-09-25 23:22:00 -04:00
Marat Fayzullin 38263f6404 Now works. 2023-09-25 22:31:25 -04:00
Marat Fayzullin 4dea8c11ab Implementing separate aircraft markers. 2023-09-23 23:11:57 -04:00
Marat Fayzullin 0f41604b65 Adding optional ADSB parsing of the dump1090 JSON output. 2023-09-22 14:38:16 -04:00
Marat Fayzullin e0c1def24f Now accumulating and showing aircraft messages on the map. 2023-09-20 14:40:16 -04:00
Marat Fayzullin b826648f1b Removed IATA->ICAO flight ID conversion for now. 2023-09-17 12:23:12 -04:00
Marat Fayzullin 1b34a9567d Now converting 2-letter IATA codes to 3-letter ICAO codes. 2023-09-16 18:48:44 -04:00
Marat Fayzullin d4207a2848 Clicking on an aircraft message now leads to the map. 2023-09-16 17:16:23 -04:00
Marat Fayzullin 7f2b59fcef Filtering out invalid altitudes in VDL2. 2023-09-14 20:24:19 -04:00
Marat Fayzullin a9eadffb3d Fixed tiny issue with bookmarks, added flight/tail ID transforms. 2023-09-13 22:29:59 -04:00
Marat Fayzullin 02cb33b69c Optimizing aircraft data processing, using bytes everywhere. 2023-09-12 00:15:54 -04:00
Marat Fayzullin 7719070885 Switching TextParser to LineBasedModule base. 2023-09-11 21:33:19 -04:00
Marat Fayzullin 97213a3bca Changed "airport" to "destination", added "origin", etc. 2023-09-08 18:06:26 -04:00
Marat Fayzullin 66d288947d Improving ACARS parsing, adding bookmarks. 2023-09-08 15:44:02 -04:00
Marat Fayzullin cb856fa02f Adding ACARS decoding via AcarsDec tool. 2023-09-08 13:22:23 -04:00
Marat Fayzullin cbf61948bc Improving flight data merging. 2023-09-05 19:11:48 -04:00
Marat Fayzullin 49043b3a12 ADSB airplanes are red now. 2023-09-05 15:27:22 -04:00
Marat Fayzullin ef11624adf Fixing a typo. 2023-09-02 18:23:18 -04:00
Marat Fayzullin 633a863a6e Updating aircraft database algorithms, adding OpenWeatherMap key, etc. 2023-09-02 17:19:13 -04:00
Marat Fayzullin e703afdc10 Fixing hang when stopping service. Improving aircraft database. 2023-08-31 22:00:30 -04:00
Marat Fayzullin bd01c210ae Updated to the latest Mode-S decoder from Jakob, updated message types. 2023-08-31 20:23:52 -04:00
Marat Fayzullin 920349dcb0 Rearanging ADSB messages. 2023-08-30 21:22:41 -04:00
Marat Fayzullin 0a17a456a8 Now copying input data when placing it into database. 2023-08-28 22:37:59 -04:00
Marat Fayzullin 259b5f9b8a Making a new dump1090 branch, since the old one does not rebase well. 2023-08-28 20:49:10 -04:00
Marat Fayzullin e58f6ac7d5 Changed ACARS frame comment. 2023-08-23 11:03:48 -04:00
Marat Fayzullin d4a09eb3dc Dropped VDL2 sampling rate to 105kHz, added better parsing, instructions. 2023-08-21 15:53:56 -04:00
Marat Fayzullin e3ba3f1743 Normalized color-from-aircraft-id computation. 2023-08-20 23:42:52 -04:00
Marat Fayzullin 5c14452a46 Assigning colors by Mode-S code if flight ID missing. 2023-08-20 21:17:04 -04:00
Marat Fayzullin 3c2cea7d39 Shrinking bandwidth, improving parsing. 2023-08-20 21:09:57 -04:00
Marat Fayzullin 45b09e89dc VDL2 works now! 2023-08-20 20:59:12 -04:00