| |
PA2AGA > TCPDIG 05.10.96 16:31l 199 Lines 5013 Bytes #-10864 (0) @ EU
BID : TCP_96_209
Read: DG7DAH GUEST
Subj: TCP-Group Digest 96/209
Path: DB0AAB<DB0SL<DB0RGB<DB0ABH<DB0SRS<DB0ZDF<DB0AIS<DB0NDK<DB0ACH<ON4RAT<
DB0ACC<PI8DRS<PI8DAZ<PI8GCB<PI8MBQ<PI8VNW
Sent: 961005/1123Z @:PI8VNW.#ZH2.NLD.EU #:15656 [Hoek v Holland] FBB5.15c
From: PA2AGA@PI8VNW.#ZH2.NLD.EU
To : TCPDIG@EU
Received: from pa2aga by pi1hvh with SMTP
id AA18260 ; Sat, 05 Oct 96 10:43:19 UTC
Received: from pa2aga by pa2aga (NET/Mac 2.3.62/7.1) with SMTP
id AA00005596 ; Sat, 05 Oct 96 03:48:39 MET
Received: from pa2aga-10 by pa2aga with SMTP
id AA00005530 ; Sat, 05 Oct 96 03:16:27 MET
Received: from pa2aga-10 by pa2aga-10 (NET/Mac 2.3.62/7.1) with SMTP
id AA00005786 ; Sat, 05 Oct 96 03:16:23 MET
Date: Thu, 03 Oct 96 17:30:27 MET
Message-Id: <tcp_96_209>
From: pa2aga
To: tcp_broadcast@pa2aga-10
Subject: TCP-Group Digest 96/209
X-BBS-Msg-Type: B
TCP-Group Digest Thu, 3 Oct 96 Volume 96 : Issue 209
Today's Topics:
DCC notes and additions
Final on Forth...
unsubscribe (2 msgs)
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: Tue, 1 Oct 1996 15:58:02 -0800 (PDT)
From: Glenn Elmore <glenne@hpsadr2.sr.hp.com>
Subject: DCC notes and additions
I've begun to update the Higher Speed Packet Pages at
http://www.tapr.org/~n6gn/index.html
to include some notes from the introductory session to higher speed
amateur networking I gave at the recent ARRL/TAPR Digital Communications
Confrerence in Seattle.
In addition to these notes, there is a (still developing) what to do
to make amateur networking work better and a new section on "OCARs" or On
Channel Active Repeaters which I think may be of interest.
It's all work-in-progress and subject to changes and additions but feel
free to browse.
Glenn n6gn
------------------------------
Date: Wed, 2 Oct 1996 14:22:13 -0600 (MDT)
From: wa7nwp@wa7nwp.ampr.org
Subject: Final on Forth...
I have Forth running in JNOS and it will be even easier to get
going in TNOS/Linux. (No DGROUP 64K problems there...)
Thanks again for the source code, pointers, info and putting up with
this slightly off topic posting..
For those interested, the description below should be adequate
to add Forth to a NOS source tree.
73,
Bill - WA7NWP
------------------------------------------------------------------------
Adding FORTH to *NOS
WA7NWP (vodall@bigsky.com) - 2 October 1996
1. Add Forth.c and Forth.h to NOS source directory.
FTP them from: ham.city.lethbridge.ab.ca AKA gw.ve6lip.ampr.org
Get: wa7nwp/forth1.zip
2. Add to Makefile
-----
SERVERS= ttylink.obj ftpserv.obj smisc.obj smtpserv.obj convers.obj \
...
! samlib.obj qrz.obj fbbfwd.obj lzhuf.obj term.obj mailserv.obj \
+ forth.obj
-----
And at the end as a partial dependency:
-----
+ forth.obj: forth.c global.h forth.h
-----
3. Add to the end of servers.tl
-----
+term.obj &
+nntpserv.obj &
! +mailserv.obj &
+ +forth.obj
-----
4. Add to config.c
-----
#include "slhc.h"
#include "rspf.h"
+ #ifdef FORTH
+ #include "forth.h"
+ #endif
#include "main.h"
_____
and
_____
"fkey", dofkey, 0, 0, NULLCHAR,
#endif
#ifdef SCRIPTING
{ "foreach", doforeach, 0, 4, "foreach <variable> \"list\"
\"cmd\"" },
#endif
+ #ifdef FORTH
+ "forth", doforth, 0, 0, NULLCHAR,
+ #endif
#ifdef FTPSESSION
"ftp", doftp, 2048, 2, "ftp <address>",
"ftype", doftype, 0, 0, NULLCHAR,
-----
5. Add to the end of version.c
-----
+ #ifdef FORTH
+ tputs("SM0RGV Forth\n");
+ #endif
-----
6. Add to your config.h
-----
+ #define FORTH 1 /* SM0RGV FORTH */
_____
That's it. Now you should be able to compile and run NOS with Forth
Enter "Forth" to run the Interpreter and "quit" to
return to the NOS prompt.
Now to: a) learn Forth. and b) figure out how to use it for
NOS applications.
My thanks to SM0RGV for writing this and to Jim Lill, WA2ZKD, for
supplying me with the original source code.
------------------------------
Date: Wed, 02 Oct 1996 08:49:58 +1000
From: Glen Robinson <pmw@qld.mim.com.au>
Subject: unsubscribe
unsubscribe
------------------------------
Date: Tue, 1 Oct 1996 20:19:19 -0400
From: griggst@q.continuum.net (Tony Griggs)
Subject: unsubscribe
unsubscribe
------------------------------
End of TCP-Group Digest V96 #209
******************************
You can send your message for this bulletin
to: tcp-group@pa2aga on .AMPR.ORG-net
or: tcpaga@pi8vnw.#zh2.nld.eu on BBS-net
------
NOT TO: pa2aga@pa2aga or pa2aga@pi8vnw.#zh2.nld.eu PLEASE!!
It will get posted automatically within a few days
Read previous mail | Read next mail
| |