| |
PA2AGA > TCPDIG 11.09.96 10:44l 207 Lines 7068 Bytes #-10890 (0) @ EU
BID : TCP_96_186A
Read: DG7DAH GUEST
Subj: TCP-Group Digest 96/186A
Path: DB0AAB<DB0PV<DB0WGS<DB0RGB<DB0ABH<DB0SRS<DB0ZDF<DB0AIS<DB0NDK<DB0ACH<
DB0ACC<PI8DRS<PI8DAZ<PI8GCB<PI8WFL<PI8VNW
Sent: 960911/0253Z @:PI8VNW.#ZH2.NLD.EU #:65240 [Hoek v Holland] FBB5.15c
From: PA2AGA@PI8VNW.#ZH2.NLD.EU
To : TCPDIG@EU
Received: from pa2aga by pi1hvh with SMTP
id AA17458 ; Wed, 11 Sep 96 02:07:56 UTC
Received: from pa2aga by pa2aga (NET/Mac 2.3.61/7.1) with SMTP
id AA00004499 ; Wed, 11 Sep 96 03:17:32 MET
Received: from pa2aga-10 by pa2aga with SMTP
id AA00004478 ; Wed, 11 Sep 96 00:19:34 MET
Received: from pa2aga-10 by pa2aga-10 (NET/Mac 2.3.61/7.1) with SMTP
id AA00005511 ; Wed, 11 Sep 96 00:19:29 MET
Date: Tue, 10 Sep 96 09:37:11 MET
Message-Id: <tcp_96_186A>
From: pa2aga
To: tcp_broadcast@pa2aga-10
Subject: TCP-Group Digest 96/186A
X-BBS-Msg-Type: B
TCP-Group Digest Mon, 9 Sep 96 Volume 96 : Issue 186
Today's Topics:
Anyone running FreeeBSD? (16 msgs)
IPv6 in AX.25?
Wierd compile error
Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
Problems you can't solve otherwise to brian@ucsd.edu.
Archives of past issues of the TCP-Group Digest are available
(by FTP only) from ftp.UCSD.Edu in directory "mailarchives".
We trust that readers are intelligent enough to realize that all text
herein consists of personal comments and does not represent the official
policies or positions of any party. Your mileage may vary. So there.
----------------------------------------------------------------------
Date: Sun, 8 Sep 1996 12:41:04 +0100 (BST)
From: alan@lxorguk.ukuu.org.uk (Alan Cox)
Subject: Anyone running FreeeBSD?
> functioning *differenty* than the good old standard internet.
> Am not really sure how Linux's kernel AX.25 is from ethernet.
Using IP over AX.25 isnt any different to ethernet or slip or anything else.
AX.25 level sockets are just another socket family and work as you would
expect.
s=socket(AF_AX25, SOCK_SEQPACKET,0);
struct sockaddr_ax25 blah;
bind(s,&blah,sizeof(blah));
etc.
Alan
------------------------------
Date: Sun, 8 Sep 1996 21:17:46 +1000 (EST)
From: Carl Makin <cmakin@nla.gov.au>
Subject: Anyone running FreeeBSD?
On Sat, 7 Sep 1996, Jim Durham wrote:
> On Sat, 7 Sep 1996, Alan Cox wrote:
> > If you are going to do that kind of work, do yourself and the whole BSD
> > community a favour - put your AX.25 and IP over AX.25 in the kernel over
> > the BSD socket API. Its not much more work that trying to patch bits
> I'd like to.
I'd like to help.
Carl.
--
Carl Makin (VK1KCM) <http://email.nla.gov.au/~cmakin/>
C.Makin@nla.gov.au 'Work +61 6 262 1576' "Speaking for myself only!"
'If you want to make your spouse pay attention to what you say...
Talk in your sleep!'
------------------------------
Date: Sun, 8 Sep 1996 12:48:31 +0100 (BST)
From: alan@lxorguk.ukuu.org.uk (Alan Cox)
Subject: Anyone running FreeeBSD?
> > of their internal details. Am not sure I like the AX.25 network
> > functioning *differenty* than the good old standard internet.
> > Am not really sure how Linux's kernel AX.25 is from ethernet.
> I was under the impression that they didn't support connected-mode
> AX.25 at all?
It supports the following (sorry if this looks like an advert Im actually
just trying to be helpful here honest).
NetROM
IP over NetROM (KA9Q style)
AX.25 VC
AX.25 DG
(IP over both)
G8BPQ AX.25 over ethernet
With drivers for: Generic SCC cards, KISS, Baycom 1200 and 9600, PI and PT
cards.
Alan
------------------------------
Date: Sun, 8 Sep 1996 10:16:14 -0400 (EDT)
From: "Brian A. Lantz" <brian@lantz.com>
Subject: Anyone running FreeeBSD?
On Sun, 8 Sep 1996, Graham Broadbridge wrote:
> > One of the things
> > KO4KS once listed under thoughts for future TNOS's was to split
> > out each of the servers into separate executables in a more
> > traditional Unix fashion.
>
> Yep, Brian's certainly said that. Next thing he did was build an HTTP
> server
> into TNOS.
Yep, I HAVE said that, and that IS still the long-range direction....
> That is the primary reason I went straight Linux AX25 and dropped TNOS.
Sorry to see you go. Especially for such a poor reason.
The HTTP server was added so that the BBS could be accessed VIA HTTP, and
because the majority of xNOS users are STILL DOS users. A Unix HTTP
daemon does them NO good. Many had asked, so I decided to kill two birds
with one stone, and used it as the method to allow the PBBS to be
available on the Web.
I'm sorry that you are resistent to new ideas, but there are now *MANY*
new web sites up for MSDOS TNOS users, and those folks are very glad to
have it.
The LINT'ed source tree is about done, and the next release is going into
beta soon, eliminating BorlandC, and using DJGPP (thanks to Phil).
When the last of the clean up from the move is complete, and I'm on only
ONE compiler, then I will start making the changes to allow UNIX users to
use TNOS as it is, or to compile it into modules.
-----------------------------------------------------------
Brian A. Lantz http://www.lantz.com brian@lantz.com
REAL PORTION of Microsoft Windows code:
while (memory_available) {
eat_major_portion_of_memory (no_real_reason);
if (feel_like_it)
make_user_THINK (this_is_an_OS);
gates_bank_balance++;
}
------------------------------
Date: Sun, 8 Sep 1996 08:58:48 -0700 (PDT)
From: Dennis Rosenauer <rosenave@octoblob.rfnet.sfu.ca>
Subject: Anyone running FreeeBSD?
According to Alan Cox:
>
> > What I think is really needed as a pair of processes, one for send and
> > one for receive that can block when nothing is going through them and not
> > continually "loop", wasting processor cycles, and that do AX.25 and
> > function as a specialized IP router with features like RSPF.
>
> If you are going to do that kind of work, do yourself and the whole BSD
> community a favour - put your AX.25 and IP over AX.25 in the kernel over
> the BSD socket API. Its not much more work that trying to patch bits
> of wampes and stuff together and it gives you a much nicer final result.
>
Glenn Davis who was (is?) at the University of Alberta ported an AX.25
protocol stack to BSDI 1.x. It seems to be fairly well done. I looked
at the patches with the idea of porting it to FreeBSD but there just
aren't the hours in the day. FreeBSD and BSDI are very similar in
kernel construction, although a bit of extra work may be required to
port the protocol stack to a 4.4Lite variation from the orignal BNR2
based release.
He made the sources available a while back and e-mailed them to all those
who were interested. I looked at the sources and I don't see any copyright
that would prohibit redistribution. Perhaps that would be a good place
to start for anyone wanted to do and AX.25 port.
Dennis.
--
Dennis Rosenauer VE7BPE | A computer running for 2 seconds
rosenave@octoblob.rfnet.sfu.ca (home) can make as many mistakes as 20
To be continued in digest: tcp_96_186B
Read previous mail | Read next mail
| |