Update README.md

This commit is contained in:
AlienMajik
2025-02-16 20:50:37 -08:00
committed by GitHub
parent 02a572c066
commit 981d8874d1

View File

@ -116,6 +116,7 @@ Feel free to open issues or pull requests to improve this plugin or suggest new
ADSBsniffer.py: ADSBsniffer.py:
A plugin that captures ADS-B data from aircraft using RTL-SDR and logs it. A plugin that captures ADS-B data from aircraft using RTL-SDR and logs it.
a RTL-SDR Dongle is required to run plugin a RTL-SDR Dongle is required to run plugin
1. Connect the RTL-SDR Dongle 1. Connect the RTL-SDR Dongle
First, connect your RTL-SDR dongle to one of the USB ports on your Raspberry Pi (the hardware running Pwnagotchi). Ensure the dongle is properly seated and secure. First, connect your RTL-SDR dongle to one of the USB ports on your Raspberry Pi (the hardware running Pwnagotchi). Ensure the dongle is properly seated and secure.
@ -129,7 +130,9 @@ To configure the RTL-SDR and test rtl_adsb, you'll need to access the terminal o
3. Install RTL-SDR Drivers and Utilities 3. Install RTL-SDR Drivers and Utilities
Once you're in the terminal, you'll likely need to install the RTL-SDR drivers and the rtl_adsb utility. Pwnagotchi is based on Raspbian, so you can use apt-get to install these packages. Run the following commands: Once you're in the terminal, you'll likely need to install the RTL-SDR drivers and the rtl_adsb utility. Pwnagotchi is based on Raspbian, so you can use apt-get to install these packages. Run the following commands:
sudo apt-get update sudo apt-get update
sudo apt-get install rtl-sdr sudo apt-get install rtl-sdr
4. Verify RTL-SDR Dongle Recognition 4. Verify RTL-SDR Dongle Recognition