wb2osz
wb2osz
Actually, the ALSA "card" numbers are not predictable. If you add another audio device, or remove one, and then reboot, previously existing audio devices can have different "card" numbers. It...
the direwolf logging facility only records packets received over the radio. There are a lot of command line debugging options to see what is going on inside for troubleshooting. They...
Thank you for the suggestion.
That is possible now. direwolf supports multiple audio devices and multiple radio channels. One channel can have a 1200 bps modem and another channel can have 9600. The KISS and...
Thank you for the submission, I agree that filtering should look inside of third party packets and operate on the actual payload, The commits don't look right because they reference...
I don't have one of these devices so I can't do any experiments. All I know is what is found here. https://github.com/NexusDR-X/nexus-audio/blob/main/README.md Your test results are very perplexing. 44000 works...
pfilter all ready called decode_aprs at the beginning to parse the packet and extract various properties. There was a lot of duplication of functionality in these two places, perhaps done...
Excerpt from CMakeLists.txt: Some platforms provide their own strlcpy & strlcat. (BSD, MacOSX) Others don't so we provide our own. (Windows, most, but not all Linux) Here we detect whether...
I have not been able to test this yet when starting with the most recent Ubuntu. I couldn't find a package to install glibc 2.38 and when I tried to...
Thank you for confirming that direwolf release 1.7 seems to be OK with glibc 2.38 on NixOS. I'm leaving this open until I can do some of my own testing.