How do I run adsbwatch on an air-gapped / disconnected sensor? #3
Unanswered
cognis-digital
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
adsbwatch is stdlib-only and runs fully offline. The data-feed layer can pull live ADS-B from the OpenSky Network on a connected box and re-serve that cached snapshot on an isolated one.
Connected box — fetch + cache, then export for sneakernet:
Air-gapped box — import + scan with no network:
The
05_live_feed_offline.pydemo shows the same path against a committed fixture (offline=True). The feed source changes; the anomaly engine does not.Ask follow-ups here if your enclave setup differs.
All reactions