direwolf icon indicating copy to clipboard operation
direwolf copied to clipboard

Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (...

Results 185 direwolf issues
Sort by recently updated
recently updated
newest added

When forwarding from the internet (IG) to radio (TX), any text following a hyphen "-" in the "source" call sign is dropped. e.g. `WHO-IS` becomes `WHO` _Steps to reproduce:_ 1....

bug

This PR fixes some small spelling errors. Fixed with: perl -pe "s/Descripion/Description/" -i src/demod*.c codespell -w src/symbols.c

A '\0' char is inserted into p->message while looking for message number; The purpose is unclear as none of the code seem to require it. This shall fix #406 and...

Similar to #357 build fails when building against libgps 3.24 ``` [ 37%] Building C object src/CMakeFiles/direwolf.dir/dwgpsd.c.o src/direwolf/src/dwgpsd.c:68:2: error: #error libgps API version might be incompatible. 68 | #error libgps...

I've been running Dire Wolf for a few years on a lot of devices. One common theme I have when using them on the regular Pi units is that the...

Added feature to interlock channels with the same interlock number configured to share DCD and PTT signaling. Useful with several setup types where 2 or more channels shouldn't interfere with...

Direwolf: 1.6 OS: Ubuntu 22.04 LTS Description: If the aprs comments contains characters, causes some comments chars wrap to new line in the csv log. control ascii chars in the...

Actually I see that sent beacons or KISS frames are received as local echoes, recognized and logged during TX even if DW operates in simplex (FULLDUP OFF) mode. The root...

Would it be possible to decode and log if a packet was received and had a Voice Alert CTCSS tone on? Voice Alert info: http://www.aprs.org/VoiceAlert3.html

Direwolf 1.4 recognizes APRS station queries but doesn't respond as the "aprs_directed_station_query" function is effectively just a placeholder and no code support exists today. I would be great to add...