MarhyCZ / spyserver

Docker build for Airspy SDR radio SpyServer package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpyServer

Docker build for Airspy SDR radio SpyServer package

How to run

App can either use default config file spyserver.config or you can specify your own using environment variable. For example:

Just use default PORT 5555 in your spyserver.config file.

CONFIG="https://gist.githubusercontent.com/MarhyCZ/xxxx....
services:
  spyserver:
    image: ghcr.io/marhycz/spyserver:main
    devices:
      - /dev/bus/usb:/dev/bus/usb
    ports:
      - 5555:5555

About

Docker build for Airspy SDR radio SpyServer package


Languages

Language:Dockerfile 82.5%Language:Shell 17.5%