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
+7-6
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Dire Wolf is a software "soundcard" modem/TNC and [APRS](http://www.aprs.org/) e
11
11
## Features ##
12
12
13
13
- Lower cost, higher performance alternative to hardware TNC.
14
-
Version 1.2 decodes more than 1000 error-free frames from [WA8LMF TNC Test CD](http://wa8lmf.net/TNCtest/).
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
@@ -30,11 +30,13 @@ Version 1.2 decodes more than 1000 error-free frames from [WA8LMF TNC Test CD](h
30
30
31
31
- Very flexible Digipeating with routing and filtering between up to 6 ports.
32
32
33
-
- APRStt gateway - converts touch tone sequences to APRS objects.
33
+
- APRStt gateway - converts touch tone sequences to APRS objects and voice responses.
34
34
35
-
- APRS Internet Gateway (IGate) with IPv6 support.
35
+
- APRS Internet Gateway (IGate) with IPv6 support and special SATGate mode.
36
36
37
-
- Compatible with software defined radios (SDR) such as [gqrx](http://gqrx.dk/) and [rtl_fm](http://sdr.osmocom.org/trac/wiki/rtl-sdr).
37
+
- APRS Telemetry Toolkit.
38
+
39
+
- Compatible with software defined radios (SDR) such as [gqrx](http://gqrx.dk/), [rtl_fm](http://sdr.osmocom.org/trac/wiki/rtl-sdr), and SDR#.
38
40
39
41
- Includes separate raw packet decoder, decode_aprs.
40
42
@@ -70,12 +72,11 @@ For more details see the **User Guide** in the [doc directory](https://github.co
70
72
cd ~
71
73
git clone https://www.github.com/wb2osz/direwolf
72
74
cd direwolf
73
-
git checkout 1.2
74
75
make
75
76
sudo make install
76
77
make install-conf
77
78
78
-
The "git checkout 1.2" is necessary to get the most recent stable release. The tip of the master branch is temporarily in an inconsistent state during the transition from the old website. If you want the latest (unstable) development version, use "git checkout dev" instead.
79
+
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.
79
80
80
81
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