Skip to content

mrjackwills/flightbox_backend

Repository files navigation

flightbox client

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

Requirements

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

Build

pi 4 64bit

cross build --target aarch64-unknown-linux-musl --release

Tests

# Watch
cargo watch -q -c -w src/ -x 'test -- --test-threads=1 --nocapture'

# Run all 
cargo test -- --test-threads=1 --nocapture

About

At home flightracker live data viewer backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published