Retro SNES-style side-view ADS-B aircraft tracker with pixel art sprites, animated celestial bodies, weather visualization, and directional views. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
echo "Starting Pixel View ADS-B server..."
|
|
python3 server.py
|