|
NAMEdirewolf - Soundcard TNC for packet radio.SYNOPSISdirewolf [ options ] [ - | udp:9999 ]The first audio channel can be streamed thru stdin or a UDP port. This is typically used with an SDR receiver. DESCRIPTIONdirewolf 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.OPTIONS
300 bps defaults to AFSK tones of 1600 & 1800.
1200 bps uses AFSK tones of 1200 & 2200. 2400 bps uses QPSK based on V.26 standard. 4800 bps uses 8PSK based on V.27 standard. 9600 bps and up uses K9NG/G3RUH standard. AIS for ship Automatic Identification System. EAS for Emergency Alert System (EAS) Specific Area Message Encoding (SAME).
a = AGWPE network protocol client.
k = KISS serial port client. n = Network KISS client. u = Display non-ASCII text in hexadecimal. p = Packet dump in hexadecimal. g = GPS interface. W = Waypoints for position or object reports. t = Tracker beacon. o = Output controls such as PTT and DCD. i = IGate h = Hamlib verbose level. Repeat for more. m = Monitor heard station list. f = Packet filtering. x = FX.25 increase verbose level.
h = Heard line with the audio level.
d = Decoding of APRS packets.
EXAMPLESgqrx (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:direwolf -n 1 -r 48000 -b 16 udp:7355 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. rtl_fm -f 144.39M -o 4 - | direwolf -n 1 -r 24000 -b 16 - SEE ALSOMore 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, cm108, decode_aprs, direwolf, gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll Visit the GSP FreeBSD Man Page Interface. |