1
- #Open Digital Voice software for Amateur Radio
1
+ # Open Digital Voice software for Amateur Radio
2
2
based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
3
3
4
- ##How-To and Documenation
4
+ ## How-To and Documenation
5
5
See the orginal documentation https://github.com/dl5di/OpenDV/tree/master/Documentation
6
6
7
7
Updated documentation is additionally here https://github.com/dl5di/OpenDV/wiki
8
8
9
- ##How-to Build Code
9
+ ## How-to Build Code
10
10
If you prefer to build debian packages see below.
11
11
OpenDV project is build with WX3 Widgets.
12
12
Install prerequisites :
@@ -26,36 +26,36 @@ Specific to DStarRepeater and DummyRepeater
26
26
--with-stardv flag to compile the Star*DV adapter in the STARDV directory
27
27
--with-ambeserver flag that compiles AMBEserver in the DV3000 directory.
28
28
29
- ##Build installable debian packages
29
+ ## Build installable debian packages
30
30
cd ~
31
31
git clone https://github.com/dl5di/OpenDV.git
32
- ###ircDDBGateway
32
+ ### ircDDBGateway
33
33
cd ~/OpenDV/ircDDBGateway
34
34
dpkg-buildpackage -b -uc -j2
35
35
36
- ###dstarrepeater
36
+ ### dstarrepeater
37
37
cd ~/OpenDV/DStarRepeater
38
38
dpkg-buildpackage -b -uc -j2
39
39
40
- ##Install packages
40
+ ## Install packages
41
41
cd ~/OpenDV/
42
42
sudo dpkg -i opendv-base*.deb
43
43
sudo dpkg -i ircddbgateway*.deb
44
44
sudo dpkg -i dstarrepeater*.deb
45
45
46
- ##Enable daemons
46
+ ## Enable daemons
47
47
sudo systemctl enable ircddbgatewayd
48
48
sudo systemctl enable dstarrepeaterd@1
49
49
If you have more than one repeater
50
50
sudo systemctl enable dstarrepeaterd@1
51
51
52
- ##Configuration and log files location
53
- ###Configuration files
52
+ ## Configuration and log files location
53
+ ### Configuration files
54
54
/etc/opendv/
55
- ###Log files
55
+ ### Log files
56
56
/var/log/opendv/
57
57
58
- ##Support
58
+ ## Support
59
59
60
60
Pre-compiled binary files are located in the Yahoo! groups including Windows binary files.
61
61
0 commit comments