Skip to content

Commit 0137107

Browse files
committed
Add README file.
1 parent 1646be7 commit 0137107

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

README.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
2+
# Dire Wolf #
3+
4+
### Decoded Information from Radio Emissions for Windows Or Linux Fans ###
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.
7+
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), and many others.
9+
10+
11+
## Features ##
12+
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/).
15+
16+
- Ideal for building a Raspberry Pi digipeater & IGate.
17+
18+
- 300, 1200, and 9600 baud operation.
19+
20+
- Interface with applications by
21+
- [AGW](http://uz7.ho.ua/includes/agwpeapi.htm) network protocol
22+
- [KISS](http://www.ax25.net/kiss.aspx) serial port
23+
- [KISS](http://www.ax25.net/kiss.aspx) network protocol
24+
25+
- Decoding of received information for troubleshooting.
26+
27+
- Logging and conversion to GPX file format.
28+
29+
- Beaconing for yourself or other nearby entities.
30+
31+
- Very flexible Digipeating with routing and filtering between up to 6 ports.
32+
33+
- APRStt gateway - converts touch tone sequences to APRS objects.
34+
35+
- APRS Internet Gateway (IGate) with IPv6 support.
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).
38+
39+
- Includes separate raw packet decoder, decode_aprs.
40+
41+
- Open source so you can see how it works and make your own modifications.
42+
43+
- Runs in 3 different environments:
44+
- Microsoft Windows XP or later
45+
- Linux, regular PC or single board computer such as Raspberry Pi, BeagleBone Black, or cubieboard 2
46+
- Mac OS X
47+
48+
## Installation ##
49+
50+
### Windows ###
51+
52+
Go to the [releases page](releases/). Download a zip file with "win" in its name, unzip it, and run direwolf.exe from a command window.
53+
54+
### Linux - short version for the impatient ###
55+
56+
Download the source, unpack the files and run:
57+
58+
cd direwolf-*
59+
make
60+
sudo make install
61+
make install-conf
62+
63+
For more details see the **User Guide** in the doc directory. Special considerations for the Raspberry Pi are found in **Raspberry-Pi-APRS.pdf**
64+
65+
## Join the conversation ##
66+
67+
Here are some good places to share information:
68+
69+
- [Dire Wolf packet TNC](https://groups.yahoo.com/neo/groups/direwolf_packet/info)
70+
71+
- [Raspberry Pi 4 Ham Radio](https://groups.yahoo.com/neo/groups/Raspberry_Pi_4-Ham_RADIO/info)
72+
73+
- [TAPR aprssig](http://www.tapr.org/pipermail/aprssig/)
74+
75+
76+

0 commit comments

Comments
 (0)