2015-07-27 01:17:23 +00:00
.TH DIREWOLF 1
.SH NAME
direwolf \- Soundcard TNC for packet radio.
.SH SYNOPSIS
.B direwolf
[ \fI options\fR ]
[ \- | \fB udp:\fR 9999 ]
.P
The first audio channel can be streamed thru stdin or a UDP port. This is typically used with an SDR receiver.
.SH DESCRIPTION
\fB direwolf\fR is a software "soundcard" modem/TNC and APRS encoder/decoder.
It can be used stand-alone to receive APRS messages, as a digipeater,
APRStt gateway, or Internet Gateway (IGate).
It can also be used as a virtual TNC for other applications such as
APRSIS32, UI-View32, Xastir, APRS-TW, YAAC, UISS, Linux AX25, SARTrack,
RMS Express, and many others.
.SH OPTIONS
.TP
.BI "-c " "file"
Read configuration file from specified location rather than the default locations.
.TP
2017-06-17 23:39:59 +00:00
.BI "-l " "logdir"
Generate daily log files in specified directory. Use "." for current directory.
.TP
.BI "-L " "logfile"
Generate single log file with fixed name.
2015-07-27 01:17:23 +00:00
.TP
.BI "-r " "n"
Audio sample rate per second for first channel. Default 44100.
.TP
.BI "-n " "n"
Number of audio channels for first device. 1 or 2. Default 1.
.TP
.BI "-b " "n"
Audio sample size for first channel. 8 or 16. Default 16.
.TP
.BI "-B " "n"
2019-05-20 00:57:56 +00:00
Data rate in bits/sec for first channel. Standard values are 300, 1200, 2400, 4800, 9600.
2015-07-27 01:17:23 +00:00
.PD 0
.RS
2019-05-20 00:57:56 +00:00
.RS
300 bps defaults to AFSK tones of 1600 & 1800.
.P
1200 bps uses AFSK tones of 1200 & 2200.
.P
2400 bps uses QPSK based on V.26 standard.
2015-07-27 01:17:23 +00:00
.P
2019-05-20 00:57:56 +00:00
4800 bps uses 8PSK based on V.27 standard.
2015-07-27 01:17:23 +00:00
.P
2019-05-20 00:57:56 +00:00
9600 bps and up uses K9NG/G3RUH standard.
2020-10-25 23:28:45 +00:00
.P
AIS for ship Automatic Identification System.
.P
EAS for Emergency Alert System (EAS) Specific Area Message Encoding (SAME).
2015-07-27 01:17:23 +00:00
.RE
.RE
.PD
2019-05-20 00:57:56 +00:00
.TP
.BI "-g "
Force G3RUH modem regardless of data rate.
.TP
.BI "-j "
2400 bps QPSK compatible with Dire Wolf <= 1.5.
.TP
.BI "-J "
2400 bps QPSK compatible with MFJ-2400.
2015-07-27 01:17:23 +00:00
.TP
.BI "-D " "n"
Divide audio sample by n for first channel.
2020-10-25 23:28:45 +00:00
.TP
.BI "-X " "n"
1 to enable FX.25 transmit.
2015-07-27 01:17:23 +00:00
.TP
.BI "-d " "x"
Debug options. Specify one or more of the following in place of x.
.PD 0
.RS
.RS
a = AGWPE network protocol client.
.P
k = KISS serial port client.
.P
n = Network KISS client.
.P
u = Display non-ASCII text in hexadecimal.
.P
p = Packet dump in hexadecimal.
.P
2015-11-08 01:57:02 +00:00
g = GPS interface.
.P
2016-03-20 23:23:09 +00:00
W = Waypoints for position or object reports.
.P
2015-11-08 01:57:02 +00:00
t = Tracker beacon.
2015-07-27 01:17:23 +00:00
.P
o = Output controls such as PTT and DCD.
2015-11-18 13:09:45 +00:00
.P
i = IGate
2016-02-27 20:42:26 +00:00
.P
h = Hamlib verbose level. Repeat for more.
2019-05-20 00:57:56 +00:00
.P
m = Monitor heard station list.
.P
f = Packet filtering.
2020-10-25 23:28:45 +00:00
.P
x = FX.25 increase verbose level.
2020-11-22 01:13:51 +00:00
.P
d = APRStt (DTMF to APRS object conversion).
2015-07-27 01:17:23 +00:00
.RE
.RE
.PD
.TP
.BI "-q " "x"
Quiet (suppress output). Specify one or more of the following in place of x.
.PD 0
.RS
.RS
h = Heard line with the audio level.
.P
d = Decoding of APRS packets.
2021-01-01 00:49:55 +00:00
.P
x = Silence FX.25 information.
2015-07-27 01:17:23 +00:00
.RE
.RE
.PD
.TP
.BI "-t " "n"
2020-10-25 23:28:45 +00:00
Text colors. 0=disabled. 1=default. 2,3,4,... alternatives. Use 9 to test compatibility with your terminal.
2015-07-27 01:17:23 +00:00
.TP
.B "-p "
Enable pseudo terminal for KISS protocol.
.TP
2021-01-01 00:49:55 +00:00
.BI "-x "
2015-07-27 01:17:23 +00:00
Send Xmit level calibration tones.
2021-01-01 00:49:55 +00:00
.PD 0
.RS
.RS
a = Alternating mark/space tones.
.P
m = steady Mark tone (e.g. 1200 Hz)
.P
s = steady Space tone (e.g. 2200 Hz)
.P
p = selence (set Ptt only).
.P
Optionally add a number to specify radio channel.
.RE
.RE
.PD
2015-07-27 01:17:23 +00:00
.TP
2021-01-01 00:49:55 +00:00
.B "-u "
2015-07-27 01:17:23 +00:00
Print UTF-8 test string and exit.
2015-09-07 23:56:20 +00:00
.TP
.B "-S "
Print Symbol tables and exit.
.TP
.BI "-a " "n"
Report audio device statistics each n seconds.
2020-10-25 23:28:45 +00:00
.TP
.BI "-T " "fmt"
Time stamp format for sent and received frames.
.TP
.BI "-e " "ber"
2020-10-26 01:38:51 +00:00
Receive Bit Error Rate (BER), e.g. 1e-5
2015-07-27 01:17:23 +00:00
.SH EXAMPLES
gqrx (2.3 and later) has the ability to send streaming audio through a UDP socket to another application for further processing.
direwolf can listen over a UDP port with options like this:
.RS
.P
2016-05-29 14:51:54 +00:00
direwolf \- n 1 \- r 48000 \- b 16 udp:7355
2015-07-27 01:17:23 +00:00
.RE
.P
Other SDR applications might produce audio on stdout so it is convenient to pipe into the next application. In this example, the final "-" means read from stdin.
.RS
.P
2016-05-29 14:51:54 +00:00
rtl_fm \- f 144.39M \- o 4 \- | direwolf \- n 1 \- r 24000 \- b 16 \-
2015-07-27 01:17:23 +00:00
.RE
.SH SEE ALSO
More detailed information is in the pdf files in /usr/local/share/doc/direwolf, or possibly /usr/share/doc/direwolf, depending on installation location.
2019-05-20 00:57:56 +00:00
Applications in this package: aclients, atest, cm108, decode_aprs, direwolf, gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll
2015-07-27 01:17:23 +00:00