You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+42-15
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,24 @@
3
3
4
4
### Decoded Information from Radio Emissions for Windows Or Linux Fans ###
5
5
6
-
In the early days of Amateur Packet Radio, it was necessary to use a “Terminal Node Controller” (TNC) with specialized hardware. Those days are gone. You can now get better results at lower cost by connecting your radio to the “soundcard” interface of a computer and using software to decode the signals.
6
+
In the early days of Amateur Packet Radio, it was necessary to use an expensive “Terminal Node Controller” (TNC) with specialized hardware. Those days are gone. You can now get better results at lower cost by connecting your radio to the “soundcard” interface of a computer and using software to decode the signals.
7
7
8
8
Dire Wolf is a software "soundcard" modem/TNC and [APRS](http://www.aprs.org/) encoder/decoder. It can be used stand-alone to observe APRS traffic, as a digipeater, [APRStt](http://www.aprs.org/aprstt.html) gateway, or Internet Gateway (IGate). It can also be used as a virtual TNC for other applications such as [APRSIS32](http://aprsisce.wikidot.com/), [UI-View32](http://www.ui-view.net/), [Xastir](http://xastir.org/index.php/Main_Page), [APRS-TW](http://aprstw.blandranch.net/), [YAAC](http://www.ka2ddo.org/ka2ddo/YAAC.html), [UISS](http://users.belgacom.net/hamradio/uiss.htm), [Linux AX25](http://www.linux-ax25.org/wiki/Main_Page), [SARTrack](http://www.sartrack.co.nz/index.html), [RMS Express](http://www.winlink.org/RMSExpress), [BPQ32](http://www.cantab.net/users/john.wiseman/Documents/BPQ32.html), [Outpost PM](http://www.outpostpm.org/) and many others.
9
9
10
10
11
-
## Features ##
11
+
## Features & Benefits##
12
12
13
13
- Lower cost, higher performance alternative to hardware TNC.
14
14
Decodes more than 1000 error-free frames from [WA8LMF TNC Test CD](http://wa8lmf.net/TNCtest/).
15
15
16
16
- Ideal for building a Raspberry Pi digipeater & IGate.
17
17
18
-
- Data rates: 300 AFSK, 1200 AFSK, 2400 QPSK, 4800 8PSK, and 9600/19200/38400 K9NG/G3RUH.
18
+
- Data rates: 300 AFSK, 1200 AFSK, 2400 QPSK, 4800 8PSK, and 9600/19200/38400 bps K9NG/G3RUH.
[Latest Development Version](https://github.com/wb2osz/direwolf/tree/dev/doc)
59
+
60
+
54
61
## Installation ##
55
62
56
63
### Windows ###
@@ -60,28 +67,48 @@ Go to the [**releases** page](https://github.com/wb2osz/direwolf/releases). Do
60
67
For more details see the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc).
61
68
62
69
63
-
### Linux - Download with web browser ###
64
70
65
-
Go to the [releases page](https://github.com/wb2osz/direwolf/releases). Chose desired release and download the source as zip or compressed tar file. Unpack the files, with "unzip" or "tar xfz," and then:
66
71
67
-
cd direwolf-*
72
+
### Linux - Using git clone (recommended) ###
73
+
74
+
cd ~
75
+
git clone https://www.github.com/wb2osz/direwolf
76
+
cd direwolf
68
77
make
69
78
sudo make install
70
79
make install-conf
71
80
81
+
This should give you the most recent stable release. If you want the latest (possibly unstable) development version, use "git checkout dev" before the first "make" command.
82
+
72
83
For more details see the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). Special considerations for the Raspberry Pi are found in **Raspberry-Pi-APRS.pdf**
73
84
74
-
### Linux - Using git clone ###
75
85
76
-
cd ~
77
-
git clone https://www.github.com/wb2osz/direwolf
78
-
cd direwolf
86
+
### Linux - Using apt-get (Debian flavor operating systems) ###
87
+
88
+
Results will vary depending on your hardware platform and operating system version because it depends on various volunteers who perform the packaging.
89
+
90
+
sudo apt-get update
91
+
apt-cache showpkg direwolf
92
+
sudo apt-get install direwolf
93
+
94
+
95
+
### Linux - Using yum (Red Hat flavor operating systems) ###
96
+
97
+
Results will vary depending on your hardware platform and operating system version because it depends on various volunteers who perform the packaging.
98
+
99
+
sudo yum check-update
100
+
sudo yum list direwolf
101
+
sudo yum install direwolf
102
+
103
+
### Linux - Download source in tar or zip file ###
104
+
105
+
Go to the [releases page](https://github.com/wb2osz/direwolf/releases). Chose desired release and download the source as zip or compressed tar file. Unpack the files, with "unzip" or "tar xfz," and then:
106
+
107
+
cd direwolf-*
79
108
make
80
109
sudo make install
81
110
make install-conf
82
111
83
-
This should give you the most recent stable release. If you want the latest (unstable) development version, use "git checkout dev" instead before the first "make" command.
84
-
85
112
For more details see the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). Special considerations for the Raspberry Pi are found in **Raspberry-Pi-APRS.pdf**
0 commit comments