Commit Graph

23 Commits

Author SHA1 Message Date
Jxck-S 1366f7d3ca Fix for hanging requests, Remove PID File
- Removed PID file generation, uneeded use matching process to
plane-notify name
- Add timeout to requests for ADSBX, previously hanging.
- Fix exception for Discord
2021-10-13 21:27:38 -04:00
Jack Sweeney 12ca3ace90 Add region to going to info, new squawks, sel alt noti.
-Move pid file on linux
-ADSBX request, fix when response is cleared and no status code to print
-Airports, common add region function
-Default and per plane configurable data loss time till land.
-New squawk system from emergency-notify
-Disable route lookup for military flags
-Removed duplication of route to message generation, created function
-Route to now puts city/region then airport name
-Seperate sel alt notifications
-Remove Unused old map overlay function
2021-07-13 23:50:57 -04:00
Jxck-S d53be29961 Relative ETA, Auto toggle route lookup, Crash file to Discord
-Auto route lookup toggle
-Simplify failure, removed failed var rely on data to None instead
-ADSBX data matching efficiency improved, index then loop rather than nested loops
-Send crash log as file to discord
-Deduplicate requst code for adsbx requests
-Discord Tag Role ability
-Print out OpenSky error when one exsist
-Ignore missing elements when screenshoting ADSBX
-Relative ETA to destination added
-Fix issue with RA screenshot, add lat/lon param just incase map breaks
2021-06-10 11:21:05 -04:00
Jxck-S 1d7bc62699 New Resolution Advisory system, Mictronics DB, PID File
-Makes PID file on Linux and SIGTERM detection, mess with logging
-Better DIR handling
-Downloads Micrtronics db and unzip, parsing library
-Downloads RA list of day from ADSBX and looks for new ones
-ADSBX Screenshoting, timebased, tracks, labels
2021-05-02 13:27:05 -04:00
Jxck-S e09061289b Dependecies dir, screenshot in temp dir, rename functions
-New dependencies directory, font, airports, regions
-Screenshots put in OS temp directory now
-Fix some function names to be proper
-Testing with resolution advisories
-Adjust nearest airport box
-AppendAirport.py > modify_image.py
2021-04-01 17:20:17 -04:00
Jxck-S e76b8750bf AGL calculation, Traceback, Powerup, Route
-Use AGL to nearest airport when landing or takeoff is a unconfirmed instead of MSL, helps improve reliability in high areas.
-Change airport code on image to IATA / ICAO
-Better exceptions
 -Common Discord message method, full traceback on exits sent to Discord
 -Remove unneeded location code that relied on Reverse Geocode
 -Update TODO and refrences
 -Try powerup
 -Route lookup, not public because it breaks TOS of companies
2021-03-07 20:46:37 -05:00
Jack Sweeney 90b74df7db ADSBX v2, crash notifications, Squawk, Nav modes
-ADSBX v2 API Support
-ADSBX API Proxy support, https://gitlab.com/jjwiseman/adsbx-api-proxy
-Built in crash notification to discord (Required RN need to add toggle)
-Fix some error handling
-Emergency Squawk Notifcations
-FMS Nav Mode Notifications (WIP, need to add set alt to althold notis and more)
-Landing / Takeoff notification code simplified to one module
2021-01-08 18:06:03 +00:00
Jack Sweeney b724d99330
Allows any "msg" from ADSBX to be raised
-Checks msg from ADSBX before looking at ctime
-Raises an error when ADSBX msg is not "No Error"
2020-12-20 13:19:15 -05:00
Jack Sweeney 4c279f55cd Remove bad exception 2020-12-11 14:45:03 +00:00
Jack Sweeney dc4b0e240b Unused module 2020-11-21 03:53:00 +00:00
Jxck-S 09a7ce50df Fixes response not set error, only print status if status 2020-11-08 12:23:51 -05:00
Jxck-S d8d6df7b33 Fix error message not defined 2020-11-03 16:37:20 -05:00
Jxck-S 76313acfe9 Move config files/reduce repase, intital airport lookup 2020-10-25 22:42:50 -04:00
Jxck-S 99cb32426c Change Connection Exceptions 2020-10-10 12:51:52 -04:00
Jxck-S 9fc909f245 Move HTTP code out of try 2020-10-04 19:36:39 -04:00
Jxck-S e2a9bdefec Allows for retry when Incomplete HTTP reads 2020-10-01 21:48:27 -04:00
Jxck-S 59f67411fa Fix ctime and add auth warning 2020-09-19 20:01:43 -04:00
Jxck-S e23ade76be Add ADSBX data info, HTTP Code, CTIME 2020-09-19 17:45:05 -04:00
Jxck-S ae19c7b6b8 Move ADSBX pull to function 2020-09-19 17:32:33 -04:00
Jxck-S c190e94ca9 Fix weird data issue, prevents from failing. 2020-09-01 15:14:35 -04:00
Jxck-S c10cbf8f4e Fix/Handle "gnd" being returned as blank 2020-08-22 22:21:29 -04:00
Jxck-S 4221e2b0df Specify exception for ADSBX request 2020-08-16 22:18:36 -04:00
Jxck-S 54c48dc8d4 Add ADSBX data option, and multiple enable bools 2020-08-14 23:58:51 -04:00