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
145 lines
3.0 KiB
Groff
145 lines
3.0 KiB
Groff
.TH DIREWOLF 1
|
|
|
|
.SH NAME
|
|
direwolf \- Soundcard TNC for packet radio.
|
|
|
|
|
|
.SH SYNOPSIS
|
|
.B direwolf
|
|
[ \fIoptions\fR ]
|
|
[ \- | \fBudp:\fR9999 ]
|
|
.P
|
|
The first audio channel can be streamed thru stdin or a UDP port. This is typically used with an SDR receiver.
|
|
|
|
|
|
.SH DESCRIPTION
|
|
\fBdirewolf\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
|
|
.BI "-l " "dir"
|
|
Generate log files in specified directory. Use "." for current directory.
|
|
|
|
.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"
|
|
Data rate in bits/sec for first channel. Standard values are 300, 1200, 9600.
|
|
.PD 0
|
|
.RS
|
|
.RS
|
|
If < 600, tones are set to 1600 & 1800.
|
|
.P
|
|
If > 2400, K9NG/G3RUH scrambling is used.
|
|
.P
|
|
Otherwise, AFSK tones are set to 1200 & 2200.
|
|
.RE
|
|
.RE
|
|
.PD
|
|
|
|
.TP
|
|
.BI "-D " "n"
|
|
Divide audio sample by n for first channel.
|
|
|
|
.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
|
|
t = GPS Tracker.
|
|
.P
|
|
o = Output controls such as PTT and DCD.
|
|
.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.
|
|
.RE
|
|
.RE
|
|
.PD
|
|
|
|
.TP
|
|
.BI "-t " "n"
|
|
Text colors. 1=normal, 0=disabled.
|
|
|
|
.TP
|
|
.B "-p "
|
|
Enable pseudo terminal for KISS protocol.
|
|
|
|
.TP
|
|
.B "-x "
|
|
Send Xmit level calibration tones.
|
|
|
|
.TP
|
|
.B "-U "
|
|
Print UTF-8 test string and exit.
|
|
|
|
.TP
|
|
.B "-S "
|
|
Print Symbol tables and exit.
|
|
|
|
.TP
|
|
.BI "-a " "n"
|
|
Report audio device statistics each n seconds.
|
|
|
|
|
|
.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
|
|
direwolf -n 1 -r 48000 -b 16 udp:7355
|
|
.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
|
|
rtl_fm -f 144.39M -o 4 - | direwolf -n 1 -r 24000 -b 16 -
|
|
.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.
|
|
|
|
Applications in this package: aclients, atest, decode_aprs, direwolf, gen_packets, ll2utm, log2gpx, text2tt, tt2text, utm2ll
|
|
|