GithubHelp home page GithubHelp logo

kronenpj / docker-direwolf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from w2bro/docker-direwolf

0.0 0.0 0.0 18 KB

A multi-platform image for running Direwolf for APRS projects ๐Ÿ“ก

Home Page: https://hub.docker.com/r/w2bro/direwolf

License: The Unlicense

Shell 43.32% Dockerfile 56.68%

docker-direwolf's Introduction

๐Ÿ“ก docker-direwolf

A multi-platform image for running Direwolf for APRS projects

Installing

Docker

docker pull w2bro/direwolf

Kubernetes

helm repo add w2bro https://radio-charts.w2bro.dev
helm install w2bro/direwolf

Environment Variables

Variable Required Description
CALLSIGN Yes Your callsign & SSID, example N0CALL-10
PASSCODE Yes Passcode for igate login, find passcode here
LATITUDE Yes Latitude for PBEACON, example 42^37.14N
LONGITUDE Yes Longitude for PBEACON, example 071^20.83W
COMMENT No Override PBEACON default comment, do not use the ~ character
SYMBOL No APRS symbol for PBEACON, defaults to igate
IGSERVER No Override with the APRS server for your region, default for North America noam.aprs2.net
ADEVICE No Override Direwolf's ADEVICE for digipeater, default is stdin null for receive-only igate
FREQUENCY No Override rtl_fm input frequency, default 144.39M North America APRS
DW_STANDALONE No Set to any value to disable rtl_fm, useful in digipeater applications. Must also set ADEVICE
DWARGS No Set to add/pass any arguments to the direwolf executable, example -t 0 for no color logs

Example Usage

Kubernetes

Example deployment to run on a k3s Raspberry Pi node with a RTL-SDR Blog v3 dongle plugged into one of the USB ports

apiVersion: apps/v1
kind: Deployment
metadata:
  name: aprs-igate
  namespace: ham-radio
spec:
  replicas: 1
  selector:
    matchLabels:
      app: aprs-igate
  template:
    metadata:
      labels:
        app: aprs-igate
    spec:
      nodeName: homelab-pi4b-node-attic-2
      containers:
      - name: direwolf
        image: w2bro/direwolf
        imagePullPolicy: Always
        securityContext:
          privileged: true
        env:
        - name: CALLSIGN
          value: N0CALL-10
        - name: PASSCODE
          value: "12345"
        - name: FREQUENCY
          value: 144.39M
        - name: LATITUDE
          value: 42^37.14N
        - name: LONGITUDE
          value: 071^20.83W
        volumeMounts:
        - mountPath: /dev/bus/usb/001/004
          name: rtl
      volumes:
      - name: rtl
        hostPath:
          path: /dev/bus/usb/001/004

docker-direwolf's People

Contributors

emresaglam avatar nayrnet avatar rossmckelvie avatar

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.