From 358a346f79b20d9687bc346316db4d4db69d157d Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Sat, 25 May 2019 22:16:45 -0400 Subject: [PATCH] Create disknet --- netrequire/disknet | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netrequire/disknet diff --git a/netrequire/disknet b/netrequire/disknet new file mode 100644 index 0000000..eadddbd --- /dev/null +++ b/netrequire/disknet @@ -0,0 +1,5 @@ +https://github.com/LDDestroier/CC/raw/master/disknet.lua + +Disknet is a communications API that uses a shared filesystem to have modem-like communications. +The intended use is to have two floppy disks with the same ID, where each is connected to a separate computer. +You can then have completely secure (if hard drive rapey) "modem" communications!