Giter Club home page Giter Club logo

dstar_sniffer's Introduction

DStar Repeater Controller UDP Sniffer (latest release v1.1)

This project tries to send every position received in a dstar repeater to aprs-is.

ICOM rpt sends all the traffic to the gateway using UDP port 20000. We try to capture that traffic sniffing the network while we unserialize the udp packets to get the slow speed data and routing information found in every DV transmission.

At the moment only kenwood /D74 received positions are sent to APRS-IS.

Install

In order to install Dstar sniffer you could:

wget https://github.com/elielsardanons/dstar_sniffer/files/1081265/DStarSniffer-1.1.tar.gz
tar xvzf DStarSniffer-1.1.tar.gz
cd DStarSniffer-1.1/
python setup.py install

or use pip and run:

sudo pip install --upgrade git+https://github.com/elielsardanons/[email protected]

All the configuration files will be installed in /etc/dstar_sniffer/

Configuration

All the application configuration is in one file (/etc/dstar_sniffer/dstar_sniffer.conf):

[controller]
port= <where the icom rpt controller sends all the DV traffic>
iface= <name of the interface where the icom rpt controller is connected to the gateway>
ip= <ip of the icom rpt controller>

Run dstar_sniffer

Dstar sniffer will run like a daemon in the background, to start the application you should execute:

dstar_sniffer start

to stop dstar_sniffer run:

dstar_sniffer stop

if for some reason you want to restart dstar_sniffer, run:

dstar_sniffer restart

Logging

Dstar Sniffer will log all its output to /var/log/dstar_sniffer.log If you want to modify this you need to edit the file /etc/dstar_sniffer/logging.conf.

Useful links

[Slow speed data format] <http://www.qsl.net/k/kb9mwr/projects/dv/dstar/Slow%20Data.pdf>

[email protected]

dstar_sniffer's People

Contributors

elielsardanons avatar

Watchers

 avatar

Forkers

acidtonic

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.