mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-06 20:58:30 +00:00
Changes to be committed: modified: .gitattributes modified: CHANGES.md modified: Makefile modified: Makefile.linux new file: Makefile.macosx modified: Makefile.win modified: aclients.c modified: aprs_tt.c modified: aprs_tt.h modified: atest.c modified: audio.c modified: audio.h new file: audio_portaudio.c new file: audio_stats.c new file: audio_stats.h modified: audio_win.c modified: ax25_pad.c modified: ax25_pad.h modified: beacon.c modified: config.c modified: config.h modified: decode_aprs.c modified: decode_aprs.h modified: demod.c modified: digipeater.c modified: direwolf.c modified: direwolf.h modified: dlq.c modified: doc/README.md modified: doc/Raspberry-Pi-APRS.pdf modified: doc/User-Guide.pdf new file: doc/WA8LMF-TNC-Test-CD-Results.pdf modified: dtime_now.c modified: dtmf.c modified: dw-start.sh modified: encode_aprs.c modified: encode_aprs.h modified: gen_packets.c modified: gen_tone.c modified: gen_tone.h new file: generic.conf modified: grm_sym.h modified: hdlc_rec.c modified: hdlc_rec.h modified: igate.c modified: kiss.c modified: kiss_frame.c modified: kissnet.c modified: latlong.c modified: man1/direwolf.1 modified: mgn_icon.h modified: misc/README-dire-wolf.txt new file: misc/strlcat.c new file: misc/strlcpy.c modified: morse.c new file: morse.h modified: nmea.c modified: pfilter.c modified: ptt.c new file: serial_port.c new file: serial_port.h modified: server.c modified: symbols.c modified: symbols.h new file: telemetry-toolkit/telem-balloon.conf new file: telemetry-toolkit/telem-balloon.pl new file: telemetry-toolkit/telem-bits.pl new file: telemetry-toolkit/telem-data.pl new file: telemetry-toolkit/telem-data91.pl new file: telemetry-toolkit/telem-eqns.pl new file: telemetry-toolkit/telem-m0xer-3.txt new file: telemetry-toolkit/telem-parm.pl new file: telemetry-toolkit/telem-unit.pl new file: telemetry-toolkit/telem-volts.conf new file: telemetry-toolkit/telem-volts.py modified: telemetry.c modified: textcolor.c modified: tq.c modified: tt_text.c modified: tt_text.h modified: tt_user.c modified: tt_user.h modified: utm2ll.c modified: version.h new file: walk96.c modified: xmit.c
71 lines
3.0 KiB
Markdown
71 lines
3.0 KiB
Markdown
# Documentation for Dire Wolf #
|
||
|
||
|
||
## Essential Reading ##
|
||
|
||
- [User Guide](User-Guide.pdf)
|
||
|
||
This is your primary source of information about installation, operation, and configuration.
|
||
|
||
- [Raspberry Pi APRS](Raspberry-Pi-APRS.pdf)
|
||
|
||
The Raspberry Pi has some special considerations that
|
||
make it different from other generic Linux systems.
|
||
Start here if using the Raspberry Pi, Beaglebone Black, cubieboard2, or similar single board computers.
|
||
|
||
|
||
## Application Notes ##
|
||
|
||
These dive into more detail for specialized topics or typical usage scenarios.
|
||
|
||
|
||
- [APRStt Implementation Notes](APRStt-Implementation-Notes.pdf)
|
||
|
||
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.
|
||
This document explains how the APRStt concept was implemented in the Dire Wolf application.
|
||
|
||
- [APRStt Interface for SARTrack](APRStt-interface-for-SARTrack.pdf)
|
||
|
||
This example illustrates how APRStt can be integrated with other applications such as SARTrack, APRSISCE/32, YAAC, or Xastir.
|
||
|
||
|
||
- [Raspberry Pi SDR IGate](Raspberry-Pi-SDR-IGate.pdf)
|
||
|
||
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.
|
||
|
||
- [APRS Telemetry Toolkit](APRS-Telemetry-Toolkit.pdf)
|
||
|
||
Describes scripts and methods to generate telemetry.
|
||
Includes a complete example of attaching an analog to
|
||
digital converter to a Raspberry Pi and transmitting
|
||
a measured voltage.
|
||
|
||
## Miscellaneous ##
|
||
|
||
|
||
- [A Better APRS Packet Demodulator, part 1, 1200 baud](A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf)
|
||
|
||
Sometimes it's a little mystifying why an
|
||
APRS / AX.25 Packet TNC will decode some signals
|
||
and not others. A weak signal, buried in static,
|
||
might be fine while a nice strong clean sounding
|
||
signal is not decoded. Here we will take a brief
|
||
look at what could cause this perplexing situation
|
||
and a couple things that can be done about it.
|
||
|
||
|
||
|
||
- [A Better APRS Packet Demodulator, part 2, 9600 baud](A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf)
|
||
|
||
In the first part of this series we discussed 1200 baud audio frequency shift keying (AFSK). The mismatch
|
||
between FM transmitter pre-emphasis and the
|
||
receiver de-emphasis will
|
||
cause the amplitudes of the two tones to be different.
|
||
This makes it more difficult to demodulate them accurately.
|
||
9600 baud operation is an entirely different animal. ...
|
||
|
||
- [WA8LMF TNC Test CD Results a.k.a. Battle of the TNCs](WA8LMF-TNC-Test-CD-Results.pdf)
|
||
|
||
How can we compare how well the TNCs perform under real world conditions?
|
||
The de facto standard of measurement is the number of packets decoded from [WA8LMF’s TNC Test CD](http://wa8lmf.net/TNCtest/index.htm).
|
||
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. |