blog:2026-01-03:intercept
Differences
This shows you the differences between two versions of the page.
| blog:2026-01-03:intercept [2026/01/03 20:10] – created va7fi | blog:2026-01-03:intercept [2026/01/05 19:25] (current) – [Intercept] va7fi | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| {{ https:// | {{ https:// | ||
| + | |||
| + | |||
| + | I gave it a try on my main computer and it was pretty easy to install and use. | ||
| + | |||
| + | ===== Installing Intercept ===== | ||
| + | I first installed the dependencies: | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt install rtl-sdr multimon-ng rtl-433 dump1090-mutability aircrack-ng bluez bluetooth | ||
| + | </ | ||
| + | |||
| + | At this prompt, I selected '' | ||
| + | < | ||
| + | dump1090 can be started automatically via an init-script. Otherwise, the init-script does nothing; you must | ||
| + | run dump1090 by hand. | ||
| + | | ||
| + | You can modify the options used when automatically starting dump1090 by running " | ||
| + | dump1090-mutability" | ||
| + | | ||
| + | Start dump1090 automatically? | ||
| + | </ | ||
| + | |||
| + | Then I installed the program: | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | cd intercept | ||
| + | ./setup.sh | ||
| + | sudo python3 intercept.py | ||
| + | </ | ||
| + | |||
| + | ===== Running Intercept ===== | ||
| + | |||
| + | To start the program, I ran: | ||
| + | <code bash> | ||
| + | source venv/ | ||
| + | </ | ||
| + | For convenience, | ||
| + | |||
| + | This gives more instructions on how to access the program, and how to stop it: | ||
| + | < | ||
| + | ================================================== | ||
| + | | ||
| + | Pager / 433MHz / Aircraft / Satellite / WiFi / BT | ||
| + | ================================================== | ||
| + | |||
| + | Open http:// | ||
| + | |||
| + | Press Ctrl+C to stop | ||
| + | </ | ||
| + | |||
| + | It also shows other IP addresses where the program can be accessed (which I'm not showing here). | ||
| + | |||
| + | I added more details of what I was able and unable to decode in the discussion (must be logged into the website to see). Add comments if you give it a try! | ||
| ~~DISCUSSION~~ | ~~DISCUSSION~~ | ||
blog/2026-01-03/intercept.txt · Last modified: by va7fi
