Skip to content
/ OpenDV Public

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star

License

Notifications You must be signed in to change notification settings

dl5di/OpenDV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04b0f9b · May 15, 2018
Jul 12, 2015
Mar 30, 2016
Feb 11, 2018
Oct 13, 2015
Sep 28, 2014
May 18, 2016
May 15, 2018
Mar 5, 2015
Oct 21, 2017
Mar 5, 2015
May 15, 2018
Mar 30, 2016
Sep 29, 2014
Apr 4, 2015
Oct 12, 2015
Sep 29, 2014
Sep 28, 2015
Sep 28, 2014
Dec 31, 2017
Sep 29, 2014
Sep 29, 2014
Jan 10, 2016

Repository files navigation

Open Digital Voice software for Amateur Radio

based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star

How-To and Documenation

See the orginal documentation https://github.com/dl5di/OpenDV/tree/master/Documentation

Updated documentation is additionally here https://github.com/dl5di/OpenDV/wiki

How-to Build Code

If you prefer to build debian packages see below. OpenDV project is build with WX3 Widgets. Install prerequisites : sudo apt install git build-essential automake debhelper libwxgtk3.0-dev libasound2-dev libusb-1.0-0-dev wiringpi fakeroot

./configure
make
sudo make install

./configure can be run with optional flags, see the OpenDV wiki for further details

--with-gpio          to enable wiringPi on the RPi.
--without-gui        no GUI build eliminating WX-GUI

Specific to DStarRepeater and DummyRepeater

--with-stardv        flag to compile the Star*DV adapter in the STARDV directory
--with-ambeserver    flag that compiles AMBEserver in the DV3000 directory.

Build installable debian packages

cd ~
git clone https://github.com/dl5di/OpenDV.git

ircDDBGateway

cd ~/OpenDV/ircDDBGateway 
dpkg-buildpackage -b -uc -j2

dstarrepeater

cd ~/OpenDV/DStarRepeater 
dpkg-buildpackage -b -uc -j2

Install packages

cd ~/OpenDV/
sudo dpkg -i opendv-base*.deb
sudo dpkg -i ircddbgateway*.deb
sudo dpkg -i dstarrepeater*.deb

Enable daemons

sudo systemctl enable ircddbgatewayd
sudo systemctl enable dstarrepeaterd@1

If you have more than one repeater sudo systemctl enable dstarrepeaterd@1

Configuration and log files location

Configuration files

/etc/opendv/

Log files

/var/log/opendv/

Support

Pre-compiled binary files are located in the Yahoo! groups including Windows binary files.

Please see the Yahoo! users group email reflectors for peer-support.

About

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published