The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] UUCP History [was Re:  Help request: uucp, mail on 4.2BSD]
@ 2017-03-08  3:26 Dan Cross
  2017-03-08  5:23 ` Dave Horsfall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dan Cross @ 2017-03-08  3:26 UTC (permalink / raw)


On Tue, Mar 7, 2017 at 5:04 PM, Dave Horsfall <dave at horsfall.org> wrote:

> On Tue, 7 Mar 2017, Dan Cross wrote:
>
> > One or more microcomputer BBS (Bulletin Board System) platforms had UUCP
> > support to bridge their store-and-forward messaging networks to USENET
> > and send email, etc. The implementation I remember off the top of my
> > head was Waffle, written by Tom Dell. [...]
>
> Was this the UUCP that was available for CP/M?  I found it on the old
> Walnut Creek CD, moved it over to my CP/M box via SneakerNet (I ran CP/M
> for years, carefully avoiding DOS/WinDoze) and it worked; it was overlaid
> to hell and back hence really slow, but it worked.
>

Maybe? Though I tend to doubt it. It looks like Waffle originally ran on
the Apple II, but was fairly quickly ported to DOS and then Unix/Xenix. I
believe it was written in C, but the source code is not generally
available. More information on it is here:
http://software.bbsdocumentary.com/IBM/DOS/WAFFLE/

As I mentioned before, the BBS thing was kind of interesting. What strikes
me, however, is how closely the timing lines up with developments in the
Unix world. As Jacob mentions earlier, UUCP was "published" in February
1978 and an improved version distributed with 7th Edition in October of
that year. The first BBS was announced via an article in the November 1978
edition of Byte magazine (available online, with some information here:
https://www.wired.com/2010/02/0216cbbs-first-bbs-bulletin-board/).

For those that don't know, the whole idea behind a BBS was that a person
with a computer (usually a microcomputer), a modem, and a POTS phone line
(usually into the person's house) would run software on the machine that
answered the phone when called (assumed the remote caller was using a
modem, of course) and presented the remote user with an interface for
interacting with the local machine: most often, this was menu based. Most
often, the BBS only had one phone line and the functionality was limited:
sending and receiving simple messages, uploading and downloading files
using protocols like x- y- and zmodem (or kermit!) and maybe playing
specially written games. However, some BBSs became quite sophisticated
supporting multiple lines, interactive chat, multiplayer games and so
forth. Early software was mostly homebrew (the Byte article talks about
software *and* hardware), but eventually packaged systems emerged. There
was even a commercial marketplace for BBS software.

Around 1984, they developed a messaging "network" called Fidonet for
routing email and sending files around; the goal was to minimize
long-distance telephone charges by relaying things through nodes in the
network that were geographically "close" to the next calling region and
transmitting things in batch. Think USENET (which predated it by several
years) but much smaller in scope.

The Internet killed it for the most part, of course, but these things
developed quite the following; some are even still running, though most are
now accessible via telnet/ssh. Somewhat confusingly, some of the operators
seem to think they are some kind of alternative to the "Internet" instead
of just another application of the net. It's sort of an odd viewpoint, but
I think it comes from not being altogether all that savvy: it was mostly a
hobbyist thing. But in the BBS heyday, there was something like 100,000 of
them in North America alone.

Sorry for the wall of text, but I think the parity between the rise of BBSs
and UUCP/USENET is interesting.

        - Dan C.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170307/c2c105e1/attachment.html>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] UUCP History [was Re:  Help request: uucp, mail on 4.2BSD]
  2017-03-08  3:26 [TUHS] UUCP History [was Re: Help request: uucp, mail on 4.2BSD] Dan Cross
@ 2017-03-08  5:23 ` Dave Horsfall
  2017-03-08  7:01 ` Lars Brinkhoff
  2017-03-08  9:47 ` jsteve
  2 siblings, 0 replies; 4+ messages in thread
From: Dave Horsfall @ 2017-03-08  5:23 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]

On Tue, 7 Mar 2017, Dan Cross wrote:

>       Was this the UUCP that was available for CP/M?  I found it on the 
>       old Walnut Creek CD, moved it over to my CP/M box via SneakerNet 
>       (I ran CP/M for years, carefully avoiding DOS/WinDoze) and it 
>       worked; it was overlaid to hell and back hence really slow, but it 
>       worked.
> 
> Maybe? Though I tend to doubt it. It looks like Waffle originally ran on 
> the Apple II, but was fairly quickly ported to DOS and then Unix/Xenix. 
> I believe it was written in C, but the source code is not generally 
> available. More information on it is here: 
> http://software.bbsdocumentary.com/IBM/DOS/WAFFLE/

No; that doesn't ring any bells with me.  It was definitely for CP/M, for 
the Australian Microbee, but I have since lost the CD and the floppies.

And the most amusing thing about the Microbee (yeah, getting OT here) was 
that serial comms was done by bit-banging on a parallel port...  9600 
half-duplex, or 2400 full-duplex.

I tried to bring up KA9Q with a view to getting SLIP working, but no.

-- 
Dave Horsfall DTM (VK2KFU)  "Those who don't understand security will suffer."


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] UUCP History [was Re:  Help request: uucp, mail on 4.2BSD]
  2017-03-08  3:26 [TUHS] UUCP History [was Re: Help request: uucp, mail on 4.2BSD] Dan Cross
  2017-03-08  5:23 ` Dave Horsfall
@ 2017-03-08  7:01 ` Lars Brinkhoff
  2017-03-08  9:47 ` jsteve
  2 siblings, 0 replies; 4+ messages in thread
From: Lars Brinkhoff @ 2017-03-08  7:01 UTC (permalink / raw)


Dan Cross <crossd at gmail.com> writes:
> The Internet killed [FidoNet] for the most part, of course, but these
> things developed quite the following; some are even still running,
> though most are now accessible via telnet/ssh.

Apparently, it's still a thing in Russia.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] UUCP History [was Re:  Help request: uucp, mail on 4.2BSD]
  2017-03-08  3:26 [TUHS] UUCP History [was Re: Help request: uucp, mail on 4.2BSD] Dan Cross
  2017-03-08  5:23 ` Dave Horsfall
  2017-03-08  7:01 ` Lars Brinkhoff
@ 2017-03-08  9:47 ` jsteve
  2 siblings, 0 replies; 4+ messages in thread
From: jsteve @ 2017-03-08  9:47 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4927 bytes --]

Don’t forget for the longest time, if you wanted updated drivers, or anything from a vendor, you had to call their BBS.  Lots of long distance calls to California for that.. Or staying up until 3am to get cheaper LD rates.

In modern times Synchronet has been ported to Linux and Win32/Win64 machines, and is almost too easy to setup, along with it’s DOVENET which uses FTP to copy messages around.  It’s still active to this day.

I’m strange so I have an OS/2 Virtual machine, and I use SIO virtual modems on an old copy of Synchronet.  Because of y2k issues I can’t send messages, but I can receive them.  But since I’m on OS/2 2.00 I can run MS-DOS based doors without issues....

There is also HECnet, a VPN or ip tunnelled DecNET for DEC enthusiasts.  However they just keep a separate mailing list, as far as I know there is nothing inside of the network itself.

Maybe as a crazy idea we could revive B-NEWS, or C-NEWS or something along those lines.... Something geared to old PDP-11’s running Unix v6?

Sent from Mail for Windows 10

From: Dan Cross
Sent: Wednesday, 8 March 2017 5:32 PM
To: Dave Horsfall
Cc: The Eunuchs Hysterical Society
Subject: [TUHS] UUCP History [was Re: Help request: uucp, mail on 4.2BSD]

On Tue, Mar 7, 2017 at 5:04 PM, Dave Horsfall <dave at horsfall.org> wrote:
On Tue, 7 Mar 2017, Dan Cross wrote:

> One or more microcomputer BBS (Bulletin Board System) platforms had UUCP
> support to bridge their store-and-forward messaging networks to USENET
> and send email, etc. The implementation I remember off the top of my
> head was Waffle, written by Tom Dell. [...]

Was this the UUCP that was available for CP/M?  I found it on the old
Walnut Creek CD, moved it over to my CP/M box via SneakerNet (I ran CP/M
for years, carefully avoiding DOS/WinDoze) and it worked; it was overlaid
to hell and back hence really slow, but it worked.

Maybe? Though I tend to doubt it. It looks like Waffle originally ran on the Apple II, but was fairly quickly ported to DOS and then Unix/Xenix. I believe it was written in C, but the source code is not generally available. More information on it is here: http://software.bbsdocumentary.com/IBM/DOS/WAFFLE/

As I mentioned before, the BBS thing was kind of interesting. What strikes me, however, is how closely the timing lines up with developments in the Unix world. As Jacob mentions earlier, UUCP was "published" in February 1978 and an improved version distributed with 7th Edition in October of that year. The first BBS was announced via an article in the November 1978 edition of Byte magazine (available online, with some information here: https://www.wired.com/2010/02/0216cbbs-first-bbs-bulletin-board/).

For those that don't know, the whole idea behind a BBS was that a person with a computer (usually a microcomputer), a modem, and a POTS phone line (usually into the person's house) would run software on the machine that answered the phone when called (assumed the remote caller was using a modem, of course) and presented the remote user with an interface for interacting with the local machine: most often, this was menu based. Most often, the BBS only had one phone line and the functionality was limited: sending and receiving simple messages, uploading and downloading files using protocols like x- y- and zmodem (or kermit!) and maybe playing specially written games. However, some BBSs became quite sophisticated supporting multiple lines, interactive chat, multiplayer games and so forth. Early software was mostly homebrew (the Byte article talks about software *and* hardware), but eventually packaged systems emerged. There was even a commercial marketplace for BBS software.

Around 1984, they developed a messaging "network" called Fidonet for routing email and sending files around; the goal was to minimize long-distance telephone charges by relaying things through nodes in the network that were geographically "close" to the next calling region and transmitting things in batch. Think USENET (which predated it by several years) but much smaller in scope.

The Internet killed it for the most part, of course, but these things developed quite the following; some are even still running, though most are now accessible via telnet/ssh. Somewhat confusingly, some of the operators seem to think they are some kind of alternative to the "Internet" instead of just another application of the net. It's sort of an odd viewpoint, but I think it comes from not being altogether all that savvy: it was mostly a hobbyist thing. But in the BBS heyday, there was something like 100,000 of them in North America alone.

Sorry for the wall of text, but I think the parity between the rise of BBSs and UUCP/USENET is interesting.

        - Dan C.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170308/537753f0/attachment.html>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-08  9:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08  3:26 [TUHS] UUCP History [was Re: Help request: uucp, mail on 4.2BSD] Dan Cross
2017-03-08  5:23 ` Dave Horsfall
2017-03-08  7:01 ` Lars Brinkhoff
2017-03-08  9:47 ` jsteve

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).