[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NadaNet file server coming soon...
On Mar 22, 12:22 am, "Michael J. Mahon" <mjma...@aol.com> wrote:
>
> I'm finishing up a file server less than 300 lines,
> with Applesoft client-side code of about 15 lines. ;-)
Cool... Any plans on assembly version?
>
> It handles all the BASIC.SYSTEM commands that make sense from a
> remote machine (BSAVE, BLOAD, BRUN, SAVE, RUN, CREATE, DELETE,
> LOCK, UNLOCK, RENAME, and VERIFY),
Ok, so you can do prodos operations on a remote drive..
>I think there is some value in publishing code that implements modest
>network functionality concisely.
I think there may be a ton of value in reading it.
This would make the server locked in an Applesoft loop, waiting/
processing requests?
The client... a RUN command would end it(the client), correct? I
guess BRUN would probably RTS to the executing BASIC program, as long
as it didn't get overwritten by the B file..
Does prodos have to be resident in the clients RAM?
What are your plans for using the file server?
Rich