This program was inspired by someone requesting a "disk inter-world chat" program, and thus I've created a rednet-like api that uses disks. It is still in beta, and I am mostly posting this so people can find the bugs and give me ideas. One thing I want to figure out is, how could I keep the disk from being filled up? Is this even an issue? Other than that, ease of use comes to mind.
documentation:
- disknet.open( side, file ) --#returns an ID relating to the file
- disknet.receive( [file, [timeout, [ side ] ] ] ) --#returns the sent data
- disknet.isOpen( side ) --#returns boolean
- disknet.send( message, side, ID ) --#sends message
- disknet.broadcast( message ) --#calls send on every open file & side
Any questions will be answered comprehensively if possible. Be aware I have not extensively tested this, since I need to actually open minecraft to do so.
Edited by KingofGamesYami, 04 August 2014 - 09:21 PM.












