| |
PA2AGA > HDDIG 20.09.99 23:35l 159 Lines 6908 Bytes #-9773 (0) @ EU
BID : HD_99_235E
Read: GUEST
Subj: HamDigitalDigest 99/235E
Path: DB0AAB<DB0ZKA<DB0ABH<DB0SRS<DB0MW<DB0ERF<DB0HSK<PI8DRS<PI8DAZ<PI8GCB<
PI8HGL<PE1NMB<EA7URC<PE0MAR<PI8VNW
Sent: 990920/1752Z @:PI8VNW.#ZH2.NLD.EU #:390 [HvHolland] FBB7.00g $:HD_99_235E
From: PA2AGA@PI8VNW.#ZH2.NLD.EU
To : HDDIG@EU
Received: from pa2aga by pi1hvh with SMTP
id AA19350 ; Mon, 20 Sep 99 17:00:35 UTC
Received: from pa2aga by pa2aga (NET/Mac 2.3.67/7.5.3) with SMTP
id AA00015712 ; Mon, 20 Sep 99 18:18:29 MET
Date: Mon, 20 Sep 99 18:11:16 MET
Message-Id: <hd_99_235E>
From: pa2aga
To: hd_broadcast@pa2aga
Subject: HamDigitalDigest 99/235E
X-BBS-Msg-Type: B
Does anyone still have this program?
If so, if I sent a blank floppy with a return SASE plus a couple of bucks
for your trouble would anyone be able to make a copy for me?
Thanks & 73,
Tom
N2LDE
>.
------------------------------
Date: 18 Sep 1999 13:10:30 GMT
From: Hamish Moffatt <hamish@rising.com.au>
Subject: leadership, was The Applications Mantra
steve_sampson@my-deja.com wrote:
> It's the 13 year olds we want to attract. Boys and Girls, and not
> just retired white men. These kids are, at that age, what we used to
> call computer scientists 20 years ago. How many of you have seen the
I think it's an uphill battle -- if you know some ways to go about
attracting young people into the hobby I'd love to hear them.
I'm 22 and know plenty of people who could pass the theory and regulations
exams without doing too much study at all (engineering majors). The
interesting isn't there though. I don't know anyone my age who has
their full license. The local club has a lot of guys who are younger
(pre-retirement!) but still 30+ I think. I find this a bit of a shame
because I get a lot of fun out of this.
Hamish VK3SB
--
Hamish Moffatt Mobile: +61 412 011 176 hamish@rising.com.au
Rising Software Australia Pty. Ltd. http://www.risingsoftware.com/
Phone: +61 3 9894 4788 Fax: +61 3 9894 3362 USA: 1 888 667 7839
>.
------------------------------
Date: Sat, 18 Sep 1999 10:27:29 -0400
From: Gary Coffman <ke4zv@bellsouth.net>
Subject: Let's look at real numbers for TNC software sales
On Wed, 15 Sep 1999 08:37:47 GMT, nomail@pe1chl.demon.nl (Rob Janssen) wrote:
>Rick Ruhl <ricker@cssincorp.com> wrote:
>>Thanks for the kind words Peter, to me, that's what it's all about.
>
>>RE: RF internet. That is one of the goals, and the first step to it is the
>>completion of the HF Email Product. By using your TNC and an SSB radio, you
>>can send and receive internet email via commercial shore stations (WLO and
>>Globewireless) or on the ham bands, Winlink.
>
>>What this program will accomplish is that you can still send and get your
>>email, even if you have no phone line. I know many people who travel with
>>RV's and that are on yacht that use this type of service with an old
>>terminal style (Telex or BBS) interface. Our product puts the same look and
>>feel of the standard internet mail programs into this market.
>
>When someone would have asked me to write such a program, I would not have
>tried to write a user application that looks like a standard internet mail
>program, but I would just have taken a standard internet mail program.
>They usually come for free and are constantly being developed, why try to
>beat that?
>
>Just write a program that can act as an SMTP and POP3 server, and takes
>the mail composed in the standard mail program and converts it to the
>protocols used on amateur radio. With some cleverly chosen address
>structure, you can handle the mail alongside Internet mail without the user
>even needing to bother which way it will go. A "reply" on an incoming
>message will find its way back to the sender no matter if it came from
>Internet or from amateur radio.
Right. That's exactly the correct approach. Hide all the magic in sendmail,
or an equivalent daemon written for Windoze invoked at system startup,
and in the low level protocol and device drivers for each type of interface.
At the user level, implementation details should be invisible and irrelevant
to the functioning of user level services.
Gary
Gary Coffman KE4ZV | You make it |mail to ke4zv@bellsouth.net
534 Shannon Way | We break it |
Lawrenceville, GA | Guaranteed |
>.
------------------------------
Date: Sat, 18 Sep 1999 12:09:01 -0400
From: Gary Coffman <ke4zv@bellsouth.net>
Subject: Let's look at real numbers for TNC software sales
On Tue, 14 Sep 1999 21:40:36 -0700, "Hank Oredson" <horedson@att.net> wrote:
>> This kind of thing is on the 'net' already.
>
>And available on ham radio. The problem we saw here in this part of
>the network (Portland, OR) was that even with good 9600 baud network,
>it was too slow. Needs low latency network. I suspect that if we had much
>better network these applications would thrive. Of course if we had tcp/ip
>running over the ham radio nets, then one could use any of the standard
>chat servers and clients. Have done some experiments with NetMeeting
>over ham radio. It needs a LOT faster network. 56k minimum.
Right. Netmeeting, and other whiteboard conferencing programs, do work
well on a 56 kb network. They really bring the benefits and power of packet
to the forefront. Digital voice programs such as i-net phone work too, though
currently they are more a curiosity than useful tool. rlogin also works for
access
to distributed computing resources. Other more sophisticated client server
and distributed computing activities are also feasible. They just can't work
well at lower speeds due to throughput and latency problems, so until the
RF infrastructure is improved in an area, they won't see much use.
>How to create wide area tcp/ip networks? I don't know the answer
>to this one. It seems to be more a political issue than technical. Also
>the software needs to be a *lot* easier to set up and get working.
It is primarily a political (and financial) issue. RF networking requires
cooperation on a scale that's unusual for amateur radio. It also needs
an infrastructure whose cost has to be borne by the network users
in an equitable fashion. Few amateur groups have managed to pull it
off at the LAN/MAN level, and fewer still have managed to implement
and support a WAN size system.
I'd also agree that something a bit more user friendly than sendmail
scripts, routed, and ifconfig would be nice so that a user can get up and
running without having to know all the cryptic details of configuring to
work with a given network. (This has been getting better. Many of the
recent Linux distributions have setup menus which make these tasks
much easier than they were in the past when you "just had to know" to
be able to set things up.)
But each amateur does have to act as his own "ISP" in most of our
networks. That means he has to have knowledge and skills similar
to those required of people who administer landline ISPs. It isn't
"plug and play" the way a dedicated single user wireline internet
connection via an established ISP is. It probably can't be made
"plug and play" given the nature of amateur networks.
To be continued in digest: hd_99_235F
Read previous mail | Read next mail
| |