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
+8-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
1
+
2
2
# Dire Wolf #
3
3
4
4
### Decoded Information from Radio Emissions for Windows Or Linux Fans ###
@@ -39,6 +39,7 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
39
39
Send periodic beacons to provide information to others. For tracking the location is provided by a GPS receiver.
40
40
Build your own telemetry applications with the toolkit.
41
41
42
+
42
43
-**APRStt Gateway.**
43
44
44
45
Very few hams have portable equipment for APRS but nearly everyone has a handheld radio that can send DTMF tones. APRStt allows a user, equipped with only DTMF (commonly known as Touch Tone) generation capability, to enter information into the global APRS data network. Responses can be sent by Morse Code or synthesized speech.
@@ -130,15 +131,17 @@ On Debian / Ubuntu / Raspbian / Raspberry Pi OS:
130
131
sudo apt-get install cmake
131
132
sudo apt-get install libasound2-dev
132
133
sudo apt-get install libudev-dev
134
+
sudo apt-get install libavahi-client-dev
133
135
134
136
Or on Red Hat / Fedora / CentOS:
135
137
136
-
sudo yum install git
137
-
sudo yum install gcc
138
-
sudo yum install gcc-c++
139
-
sudo yum install make
138
+
sudo yum install git
139
+
sudo yum install gcc
140
+
sudo yum install gcc-c++
141
+
sudo yum install make
140
142
sudo yum install alsa-lib-devel
141
143
sudo yum install libudev-devel
144
+
sudo yum install avahi-devel
142
145
143
146
CentOS 6 & 7 currently have cmake 2.8 but we need 3.1 or later.
144
147
First you need to enable the EPEL repository. Add a symlink if you don't already have the older version and want to type cmake rather than cmake3.
Very few hams have portable equipment for APRS but nearly everyone has a handheld radio that can send DTMF tones. APRStt allows a user, equipped with only DTMF (commonly known as Touch Tone) generation capability, to enter information into the global APRS data network.
60
61
This document explains how the APRStt concept was implemented in the Dire Wolf application.
61
-
-[**APRStt Interface for SARTrack**](APRStt-interface-for-SARTrack.pdf)[[*download*](../../../raw/dev/doc/APRStt-interface-for-SARTrack.pdf)]
62
+
63
+
-[**APRStt Interface for SARTrack**](APRStt-interface-for-SARTrack.pdf)[[*download*](../../../raw/master/doc/APRStt-interface-for-SARTrack.pdf)]
62
64
63
65
This example illustrates how APRStt can be integrated with other applications such as SARTrack, APRSISCE/32, YAAC, or Xastir.
WB4APR described a useful application for the [QIKCOM-2 Satallite Transponder](http://www.tapr.org/pipermail/aprssig/2015-November/045035.html).
69
71
70
72
Don’t have your own QIKCOM-2 Satellite Transponder? No Problem. You can do the same thing with an ordinary computer and the APRStt gateway built into Dire Wolf. Here’s how.
71
73
72
-
-[**Raspberry Pi APRS Tracker**](Raspberry-Pi-APRS-Tracker.pdf)[[*download*](../../../raw/dev/doc/Raspberry-Pi-APRS-Tracker.pdf)]
74
+
-[**Raspberry Pi APRS Tracker**](Raspberry-Pi-APRS-Tracker.pdf)[[*download*](../../../raw/master/doc/Raspberry-Pi-APRS-Tracker.pdf)]
73
75
74
76
Build a tracking device which transmits position from a GPS receiver.
75
77
76
-
-[**Raspberry Pi SDR IGate**](Raspberry-Pi-SDR-IGate.pdf)[[*download*](../../../raw/dev/doc/Raspberry-Pi-SDR-IGate.pdf)]
78
+
-[**Raspberry Pi SDR IGate**](Raspberry-Pi-SDR-IGate.pdf)[[*download*](../../../raw/master/doc/Raspberry-Pi-SDR-IGate.pdf)]
77
79
78
80
It's easy to build a receive-only APRS Internet Gateway (IGate) with only a Raspberry Pi and a software defined radio (RTL-SDR) dongle. Here’s how.
Why stop at 9600 baud? Go faster if your soundcard and radio can handle it.
@@ -120,7 +122,7 @@ These dive into more detail for specialized topics or typical usage scenarios.
120
122
121
123
There have been other occasional mentions of merging Ham Radio with the Internet of Things but only ad hoc incompatible narrowly focused applications. Here is a proposal for a standardized more flexible method so different systems can communicate with each other.
122
124
123
-
-[**A Better APRS Packet Demodulator, part 1, 1200 baud**](A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf)[[*download*](../../../raw/dev/doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf)]
125
+
-[**A Better APRS Packet Demodulator, part 1, 1200 baud**](A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf)[[*download*](../../../raw/master/doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf)]
124
126
125
127
Sometimes it's a little mystifying why an
126
128
APRS / AX.25 Packet TNC will decode some signals
@@ -132,7 +134,7 @@ and a couple things that can be done about it.
132
134
133
135
134
136
135
-
-[**A Better APRS Packet Demodulator, part 2, 9600 baud**](A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf)[[*download*](../../../raw/dev/doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf)]
137
+
-[**A Better APRS Packet Demodulator, part 2, 9600 baud**](A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf)[[*download*](../../../raw/master/doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf)]
136
138
137
139
In the first part of this series we discussed 1200 baud audio frequency shift keying (AFSK). The mismatch
138
140
between FM transmitter pre-emphasis and the
@@ -141,13 +143,13 @@ and a couple things that can be done about it.
141
143
This makes it more difficult to demodulate them accurately.
142
144
9600 baud operation is an entirely different animal. ...
143
145
144
-
-[**WA8LMF TNC Test CD Results a.k.a. Battle of the TNCs**](WA8LMF-TNC-Test-CD-Results.pdf)[[*download*](../../../raw/dev/doc/WA8LMF-TNC-Test-CD-Results.pdf)]
146
+
-[**WA8LMF TNC Test CD Results a.k.a. Battle of the TNCs**](WA8LMF-TNC-Test-CD-Results.pdf)[[*download*](../../../raw/master/doc/WA8LMF-TNC-Test-CD-Results.pdf)]
145
147
146
148
How can we compare how well the TNCs perform under real world conditions?
147
149
The de facto standard of measurement is the number of packets decoded from [WA8LMF’s TNC Test CD](http://wa8lmf.net/TNCtest/index.htm).
148
150
Many have published the number of packets they have been able to decode from this test. Here they are, all gathered in one place, for your reading pleasure.
149
151
150
-
-[**A Closer Look at the WA8LMF TNC Test CD**](A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf)[[*download*](../../../raw/dev/doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf)]
152
+
-[**A Closer Look at the WA8LMF TNC Test CD**](A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf)[[*download*](../../../raw/master/doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf)]
151
153
152
154
Here, we take a closer look at some of the frames on the TNC Test CD in hopes of gaining some insights into why some are easily decoded and others are more difficult.
153
155
There are a lot of ugly signals out there. Many can be improved by decreasing the transmit volume. Others are just plain weird and you have to wonder how they are being generated.
0 commit comments