Skip to content

Feature Request: Allow pseudo terminal option (-p) to specify symlink name #256

@radar27

Description

@radar27

Greetings,

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:

direwolf -c direwolf-40m.conf -p /tmp/kiss40m
direwolf -c direwolf-2m.conf -p /tmp/kiss2m
direwolf -c direwolf-70cm.conf -p /tmp/kiss70cm

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.

73!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions