diff --git a/intercept.py b/intercept.py index f34950c..00c5bec 100755 --- a/intercept.py +++ b/intercept.py @@ -13848,6 +13848,999 @@ def satellite_dashboard(): ''') +@app.route('/adsb/dashboard') +def adsb_dashboard(): + """Popout hi-tech ADS-B aircraft tracking dashboard.""" + return render_template_string(''' + + + + + + AIRCRAFT RADAR // INTERCEPT + + + + + + +
+
+ +
+ +
+
+
+ STANDBY +
+
+ 0 AIRCRAFT +
+
--:--:-- UTC
+
+
+ +
+ +
+
+ RADAR DISPLAY // LIVE TRACKING +
+
+
+
+
+
+ + + +
+ + + + +''') + + @app.route('/satellite/predict', methods=['POST']) def predict_passes(): """Calculate satellite passes using skyfield for accurate orbital prediction."""