Date : Thu, 18 Nov 2010 01:38:42 +1100
From : station240@... (paul aslin)
Subject: Beeb Networking
> Date: Tue, 16 Nov 2010 16:50:41 +0000
> From: jgh@...
> To: bbc-micro@...
> Subject: Re: [BBC-Micro] Beeb Networking
>
> paul aslin wrote:
> > Would have to put a list of children at each folder level, to save
> > doing a tree scan each time someone searches for something.
>
> EcoMenu at http://mdfs.net/Apps/Networking/NetMenus/ uses a text
> file call !DirInfo in each directory with a description of the
> directory contents and filename to build a menu from, along the
> lines of:
> ^,Previous Menu
> JSW,Jet Set Willy
> REPLOAD,Repton
> SABRE,Sabre Wolf
>
> > I've actually got cave working here, would it even work over these
> > psudo network bridges being discussed ?
>
> As long as CAVE uses the standard NetTx and NetRx calls, and the
> network implmented is a network, not a remote filesystem, then yes.
> A simple way of checking is to run CAVE on an existing network with
> and run NetMon to see what sort of packets flow past.
>
> MUGINS (http://mdfs.net/Apps/Networking/NetGames) would work, I've
> already tested it on A5000s linked via Ethernet.
Ah its mugins that uses the extra client/server system.
Anyone tested it over network bridges ?
Unsure about CAVE, I have a minimal econet setup at the moment, as in only
one working station and a FS.
The network code for cave is in "MC" its that big block of assembler in
the middle of the basic code. I've no idea how it all works but plan to
pull it to fiddle with later anyway.