Giter Site home page Giter Site logo

docker-spyserver's Introduction

Build Status

Dockerized RTL Spyserver for Raspberry Pi

Install and configure a containerized RTL Spyserver using Docker in your Raspberry Pi.

Instructions

  1. It's needed to block certain kernel modules to get the RTL-SDR device work properly. Place the blacklist-rtl.conf file into your host /lib/modprobe.d/ folder:
cp ./files/blacklist-rtl.conf /lib/modprobe.d/
  1. Additionally, we need to set the correct permissions to the modules in order to allow TCP messages. Place the rtl_sdr.rules file into your host /etc/udev/rules.d/ folder:
cp ./files/rtl_sdr.rules /etc/udev/rules.d/
  1. Reboot your Raspberry Pi, this action should only be done once.

  2. Run the container using the docker-compose file included here:

version: "3.7"
services:
  spyserver:
    build: .
    ports:
     - "5555:5555"
    privileged: true
    volumes:
      - /dev/bus/usb:/dev/bus/usb

docker-compose up -d --build spyserver
  1. The container will listen requests on 5555 port, connect to it using your RTL-SDR client (i.e. SDRSharp) and point to the IP of the Raspberry device.
sdr://<raspberry-ip>:55000
  1. Enjoy it and open an issue or collaborate with a PR if anything is not working as expected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.