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.51k stars 299 forks source link

Kiss port 8001 issue #524

Closed SpudGunMan closed 2 months ago

SpudGunMan commented 2 months ago

Direwolf is always binding 8001

Config is minimal, sound and defining kiss and agw ports as custom port numbers.

When 1.8a march 9 build is ran, it will bind the 8001 and the config's defined kiss simultaneous unable to stop the bind to port 8001

Mint-Jessie

wb2osz commented 2 months ago

Could you be more specific, please?

Exactly what is in the configuration file?

What does direwolf display?

SpudGunMan commented 2 months ago

dire2.conf

ADEVICE  null null

MYCALL K7MHI

AGWPORT 8100
KISSPORT 8101

spud@k7mhi-dev:~$ direwolf -c dire2.conf

Dire Wolf DEVELOPMENT version 1.8 A (Mar  9 2024)
Includes optional support for:  gpsd hamlib cm108-ptt libgpiod

Reading config file dire2.conf
Audio device for both receive and transmit: null  (channel 0)
Channel 0: 1200 baud, AFSK 1200 & 2200 Hz, A+, 44100 sample rate.

Ready to accept AGW client application 0 on port 8100 ...
Ready to accept KISS TCP client application 0 on port 8001 ...
Ready to accept KISS TCP client application 0 on port 8101 ...
dranch commented 2 months ago

It might be worth mentioning that this issue has been reported before:

https://github.com/wb2osz/direwolf/issues/342

SpudGunMan commented 2 months ago

Sorry didnt search issues well enough, closing this one