Ok, that will work good for regular connected mode packet, how would I
set it up for APRS? I have two apps, both of which will run in the
background and a third app(xastir) connected via an AXIP link from
another box.
I'm getting closer........
On 3/15/07, Chuck Hast <[EMAIL PROTECTED]> wrote:
On 3/15/07, Stephen Brown Jr <[EMAIL PROTECTED]> wrote:
> How would I get more than one app to talk to a single tty, ttyS4 in my
> case, this is the port the TNC is connected to. This is the part of
> the puzzle I seem to be missing......
>
I believe that this is the function of ax25d, you would use ax25d.conf to
set up the different apps that are talking to that port.
Here is a sample ax25d.conf file:
# /etc/ax25/ax25d.conf
#
<netrom>
parameters 1 10 * * * * *
NOCALL * * * * * * L
default * * * * * * * root /usr/local/sbin/fpacnode fpacnode -q %S
#
#
#[djt14 via sp0 ]
#parameters 1 10 * * * * *
#NOCALL * * * * * * *
#default * * * * * * * root /usr/sbin/fpacnode fpacnode
#
# StartRose
#{kp4djt-9 via rose}
#default * * * * * * * root /usr/sbin/node node 6pac0
# Endrose
#
# Start6pac8
[kp4djt-15 via 8 ]
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/axspawn axspawn -w %u
# End6pac8
#
# Start6pac0
[kp4djt-0 via 0 ]
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/axspawn axspawn -w %u
# Endkiss0
#
# Start axip
[kp4djt-12 via 9 ]
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/axspawn axspawn -w %u
# End axip
#
# KP4DJT-5 TelPac
#
[KP4DJT-10 via 9 ]
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/telpac_node telpac_node -q %S
# End TelPac Node
#
(END)
You really need to read the ax25 how-to, this part of it has not changed
that much.
In my case I am running a FPAC switch and FPAC does most of this so the
ax25d is not used, we multiplex several services on a single TNC, the switch,
the TelPac app, others have BBS on a port, each one has a different call or
alias for access, but all are on the same port/tty.
--
Chuck Hast -- KP4DJT --
To paraphrase my flight instructor;
"the only dumb question is the one you DID NOT ask resulting in my going
out and having to identify your bits and pieces in the midst of torn
and twisted metal."
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html