The pi client for flightbox, powered by staticPi.com
See the frontend website source here
Using the api & data from adsbdb.com, source-code for that seen here
Built specifically to work in conjunction with this
# save ipaddress into ramdrive
@reboot ip addr show wlp2s0 | grep -Po 'inet \K[\d.]+' > /ramdrive/ip.addr
* * * * * ip addr show wlp2s0 | grep -Po 'inet \K[\d.]+' > /ramdrive/ip.addr
pi 4 64bit
cross build --target aarch64-unknown-linux-musl --release
# Watch
cargo watch -q -c -w src/ -x 'test -- --test-threads=1 --nocapture'
# Run all
cargo test -- --test-threads=1 --nocapture