Skip to content

Commit 28eda74

Browse files
committed
Documentation updates in preparation for 1.3 beta test.
modified: CHANGES.md modified: README.md modified: doc/Raspberry-Pi-APRS.pdf modified: doc/User-Guide.pdf
1 parent 7125b5b commit 28eda74

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# Revision History #
33

4+
----------
5+
6+
## Version 1.3 -- Beta Test -- February 2016 ##
7+
8+
### Bugs Fixed: ###
9+
10+
- Rewrote the hamlib PTT interface. Improved documentation.
11+
12+
413
----------
514

615
## Version 1.3 -- Development snapshot K -- January 2016 ##

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dire Wolf is a software "soundcard" modem/TNC and [APRS](http://www.aprs.org/) e
1111
## Features ##
1212

1313
- 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/).
1515

1616
- Ideal for building a Raspberry Pi digipeater & IGate.
1717

@@ -30,11 +30,13 @@ Version 1.2 decodes more than 1000 error-free frames from [WA8LMF TNC Test CD](h
3030

3131
- Very flexible Digipeating with routing and filtering between up to 6 ports.
3232

33-
- APRStt gateway - converts touch tone sequences to APRS objects.
33+
- APRStt gateway - converts touch tone sequences to APRS objects and voice responses.
3434

35-
- APRS Internet Gateway (IGate) with IPv6 support.
35+
- APRS Internet Gateway (IGate) with IPv6 support and special SATGate mode.
3636

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#.
3840

3941
- Includes separate raw packet decoder, decode_aprs.
4042

@@ -70,12 +72,11 @@ For more details see the **User Guide** in the [doc directory](https://github.co
7072
cd ~
7173
git clone https://www.github.com/wb2osz/direwolf
7274
cd direwolf
73-
git checkout 1.2
7475
make
7576
sudo make install
7677
make install-conf
7778

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.
7980

8081
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**
8182

doc/Raspberry-Pi-APRS.pdf

-109 Bytes
Binary file not shown.

doc/User-Guide.pdf

785 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)