All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Charles Boling (AD7UF)" <junk07+ham@boling.us>
To: linux-hams@vger.kernel.org
Subject: Using ax25ipd
Date: Thu, 24 May 2012 15:45:01 -0700	[thread overview]
Message-ID: <4FBEB9ED.3050805@boling.us> (raw)

I've done the soundcard driver.  I've done the BPQ driver.  I've done
NET/ROM.  I've done a basic node.  And now I've done gotten myself
stuck! :-)

I want to use ax25ipd to establish an AXUDP tunnel over the Internet.

Unfortunately, all of the documentation I've been able to find so far is
either obviously outdated (e.g. from 2000, uses old-style BSD
pseudo-TTYs), or otherwise doesn't work (e.g. expects ax25ipd to
immediately write data to stdout after launch, as in
  http://mailman.f6fbb.org/pipermail/xfbb/2012-March/004316.html)

Add to that the fact that I'm really green on pseudo-TTYs, kissattach, etc.

Here's what I have in axports:
 sm0	AD7UF	1200	255	2	SignaLink USB
 bpq0	AD7UF-9	1000000000	255	5	BPQ node for eth1
 axudp	AD7UF-12	115200	255	5	AX25 over UDP (ax25ipd)

and here's what's in ax25ipd.conf:
 socket udp 10093
 mode tnc
 mycall ad7uf-12
 device /dev/ptmx
 speed 115200
 loglevel 4
 broadcast QST-0 NODES-0 ANYONE-0
 route ke7awr ke7awr.no-ip.org udp 10093

After launching ax25ipd, I see this logged:
 14:47:48  ax25ipd: #012Current configuration:
 14:47:48  ax25ipd:   socket     udp on port 10093
 14:47:48  ax25ipd:   mode       tnc
 14:47:48  ax25ipd:   device     /dev/ptmx
 14:47:48  ax25ipd:   speed      115200
 14:47:48  ax25ipd:   loglevel   1
 14:47:48  ax25ipd: #0121 active routes.
 14:47:48  ax25ipd:   KE7AWR#01124.21.99.210#011udp#01110093#0110
 14:47:48  ax25ipd: #0120 parameters

What now?  Do I need to use kissattach to attach to the other end of the
pseudo-TTY?  Which one?

Of course, without the missing piece, I get this:
 axcall axudp ke7awr
 axconfig: port axudp not active
 axcall: invalid port setting

Any help would be greatly appreciated!

PS: I'm running Ubuntu 11.04.

             reply	other threads:[~2012-05-24 22:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-24 22:45 Charles Boling (AD7UF) [this message]
2012-05-24 23:25 ` Using ax25ipd Marius Petrescu
2012-05-24 23:56   ` Charles Boling (AD7UF)
2012-05-24 23:59 ` David Ranch
2012-05-25  0:22   ` Marius Petrescu
2012-05-25  6:36 ` Christoph Rückert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FBEB9ED.3050805@boling.us \
    --to=junk07+ham@boling.us \
    --cc=linux-hams@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.