wb2osz / direwolf

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 (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
GNU General Public License v2.0
1.58k stars 306 forks source link

FEATURE REQUEST - flag to list audio devices #540

Open W1BTR opened 2 months ago

W1BTR commented 2 months ago

It would be great to allow a flag such as --list or -d l that would output the list of audio devices.

This would allow me to create a wrapper for direwolf on windows that detects if the device number has changed.

W1BTR commented 2 months ago

I also attempted to pipe the output of direwolf to a text file with

call direwolf >log.txt

but, while it creates the log.txt file and displays nothing on screen, the log file is empty and does not include the audio device list.

I also tried the -l . flag, but this did not create any files in the directory. Im guessing it is waiting for something to happen other than the expected startup?