Hacker gadgets AIO SDR and Intercept

,

Installed Intercept app from GitHub - smittix/intercept it provides an easy to use front end for POCSAG and FLEX decoding, 433mhz sensor decoding, ADS-B, SAT tracking, WIFI and BT Scanning in a combined web app. If you want to install this I recommend using install option 3 on a virtual environment as it’s the easiest way to get it up and running, Make sure to install the dependencies prior to installation to insure that it works properly. So far it’s working great for me on Rex’s Ubuntu image just need to set up for auto execution on startup. @Rex this could be a good addition to the HG-AIO package.


7 Likes

Awesome!
Thanks for confirming, i saw a video about it yesterday but had not gotten to trying it yet.

1 Like

I have also installed it on A06, and it works well. Thanks for sharing the tool :slight_smile:

1 Like

Great info! Could you make a simple installation guide for beginners, so everyone can easily try it out? Thanks a lot!

1 Like

lot of missing dependencies in the trixie image.

cannot install

sudo apt install -y dump1090-mutability or dump1090-fa

any fix, im running trixie.

This site may help Install Piaware on Debian 13 Trixie - ADS-B Flight Tracking - FlightAware Discussions

2 Likes

Yep, that fixes it. 20chara

1 Like

thank you! this worked

sudo bash -c “$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump1090-fa.sh)”

1 Like

also do a sudo apt install python3-skyfield if you want the satellite stuff to work.

Try to compile dump1090 from source

Hello guys I posted it in reddit 4 days ago i had a ton views and interest. Still testing here and I see lots off potential. Initially installed in bookworm and dump1090 was working, installed in trixie i was unable to install dump1090. i will try ubuntu next. https://youtube.com/shorts/-7XsQS-N7Qo?si=wemRd0sWBiPn5rAd .

1 Like

Do a git pull. The latest setup.sh will compile dump1090 now.

1 Like