I have javaprssrvr setup to talk to ax25:
  TNCModule=javAPRSDigi
  digiTNCInterface=ax25Interface
  ax25TNCPortName=aprs

Then I also have digi_ned talking to ax25
  digi_ned -p aprs
(notice the same port name was used).

Then I have the aprs port setup in my axports file:
  aprs    KI4HDU  9600    255     2       SOUNDMODEM
  #kiss   KI4HDU-0        9600    255     2       KISS

The kiss line was used when I had a kiss mode TNC attached. I would change hte
port in the javaprssrvr ini and the digi_ned startup to use the kiss port as
opposed to the aprsw port.

Before I startup javaprssrvr and digi_ned, I start ax25d (/usr/sbin/ax25d);
before I startup ax25d, I start my low level interfaces.
For the aprs port defined above:  /usr/sbin/sounmodem -M -s
For the kiss port defined above: /usr/sbin/kissattach /dev/ttyS0 kiss
192.168.10.1

Note that the port name on the kissattach command, "kiss", matches the port
defined in the axports file.

So I can have multiple things accessing the same TNC on the same box (via the
ax25d), but I have not yet figured out how to do that remotely.

Hope this helps!

-- 
William McKeehan

On Thu, March 15, 2007 10:16 am, Stephen Brown Jr wrote:
> 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........
-
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

Reply via email to