Posted 14 February 2014 - 08:28 AM
Hi,
Here is my first version of RemoteFS. It consists of a server and a client and allows you to use programs on other computers via rednet/wired modems. This is really handy when you have e.g. giant turtle armies which all run the same program. You could just have one mirror server which the program is loaded from. It comes with password protection. Copying and moving files/directorys isn't possible yet because for now I'm just wrapping the fs API and kind of remotely calling it on the other computer. If there's interest I'll try to add this though.
Server:
Client:
Usage:
Start the server with
On the client:
To view mounted computers just type
To unmount a computer:
Here is my first version of RemoteFS. It consists of a server and a client and allows you to use programs on other computers via rednet/wired modems. This is really handy when you have e.g. giant turtle armies which all run the same program. You could just have one mirror server which the program is loaded from. It comes with password protection. Copying and moving files/directorys isn't possible yet because for now I'm just wrapping the fs API and kind of remotely calling it on the other computer. If there's interest I'll try to add this though.
Server:
pastebin get N0uCmamX server
Client:
pastebin get JGbmsrN7 mount
Usage:
Start the server with
server (<password>)
On the client:
mount <computer> <folder> (<password>)
The Folder must be empty and existent. Folder isn't relative to your current working directory. I'll maybe change this.To view mounted computers just type
mount
To unmount a computer:
mount umount <folder>