Skip to content

chadhutchins182/rtlsdr-airband-arm32v7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RTLSDR-Airband for arm32v7 Raspberry Pi 4

Status ci Docker Pulls Docker Image Size (latest) GitHub Issues GitHub Pull Requests License

Table of Contents

About

This is a Raspberry Pi 4 (arm32v7) Docker container for szpajder/RTLSDR-Airband software.

Getting Started and Usage

  1. Pull Docker image
docker pull chadhutchins182/rtlsdr-airband-arm32v7:latest
  1. Setup rtl_airband.conf file. See: General Configuration File Structure

  2. Run container

    • Provide device mount for the USB dongle
    • Provide volume mount for .conf file

Example docker-compose.yml

version: "3.8"
networks:
  - rtlsdrnet
services:
  airband:
    image: chadhutchins182/rtlsdr-airband-arm32v7:latest
    container_name: airband
    restart: always
    tty: true
    privileged: true
    devices:
      - /dev/bus/usb/001/003:/dev/bus/usb/001/001
    volumes:
      - /home/pi/CODE/docker/airband/rtl_airband.conf:/rtl_airband.conf
      - /home/pi/CODE/airband/atc-archives:/archives
    networks:
      - rtlsdrnet

Contributing

  1. Fork
  2. Open Ticket for the feature or fix once you complete it
  3. Pull Request referencing the Open Ticket

About

A Raspberry Pi 4 compatible Docker container for RTLSDR-Airband

Resources

License

Stars

Watchers

Forks

Packages

No packages published