patty AX.25 stack
NAME
pattyd.conf
AX.25 daemon configuration file
DESCRIPTION The pattyd.conf file contains AX.25 network interface declarations, static routes, and daemon settings for pattyd(8), the AX.25 userland stack daemon. The pattyd.conf file is a line-oriented configuration file, with sh(1) style string quotation and backslash escapes. The following declarations are supported.
-
sock
patty.sock Specify the path of a Unix domain socket for pattyd(8) to listen for client connections on. -
pid
/var/run/patty.pid Specify the path of a regular file to write the process ID of pattyd(8) to, when run in forking daemon mode. -
if
ifnameax25
MYCALLkiss
/dev/ttyXYZ [tioargs ...] Raise an interface named ifname, with the callsign MYCALL attached to the character device /dev/ttyXYZ, with the optional [tioargs] as follows:-
baud
rate -
flow
crtscts -
flow
xonxoff
-
-
if
ifnameax25
MYCALLaprs-is
args ... Raise an interface named ifname, with the callsign MYCALL attached to an APRS-IS client. The following args ... must be provided:-
host
host.aprs.is -
port
14580 -
user
MYCALL -
pass
12345 -
filter
spec
-
-
route station
CALLSGNif
ifname Add a static route to reach CALLSGN via interface ifname. -
route station
CALLSGNif
ifnamepath
HOP1 [...] Add a static route to reach CALLSGN via interface ifname, repeated by HOP1 [...] -
route default if
ifname Set the interface ifname as the interface used to send packets from by default, when no other static routes exist to reach a given destination.
Author, Copyright and License
Copyright 2024, Alex KZ3ROX <alex at kz3rox (dot) us>. Distributed under the terms of the MIT License.