You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, multiple instances of Direwolf are running, but need support for for a Virtual KISS TNC as provided by the -p startup option. By default this is always linked to /tmp/kisstnc, creating a race condition on the symlink by whichever instance starts last.
Would it be possible for -p to accept an optional argument to specify the name of the target symlink? Something like:
From there one could attach the 40m instance via /tmp/kiss40m, the 2m instance via /tmp/kiss2m and the 70cm instance via /tmp/kiss70cm. If the -p option is specified with no argument, it continue to default to /tmp/kisstnc as to not disrupt backwards compatibility.