From efe1c07cea92f51c2337b1e2c2cec16cd811d77e Mon Sep 17 00:00:00 2001 From: lordtet Date: Mon, 11 Aug 2025 22:24:01 -0400 Subject: [PATCH] Removed shim and modified readme to reflect ser2net use --- README.md | 5 +---- py/shim.py | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 py/shim.py diff --git a/README.md b/README.md index 9ad3274..849afdc 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ Access OpenComputers (minecraft) functionality via serial interface. ## Features Includes: -- A python shim to allow OpenComputers to act as a "server" with a client socket - A Lua BBS server to be used in an OpenComputers machine ## Usage -Move the contents of lua/ to an OpenComputers disk, run the BBS with your shim server address as an argument -Move the contents of py/ to a real world server of your choice and run `shim.py`. -Point a tcpser instance at the shim and let it fly! +Move the contents of lua/ to an OpenComputers disk, run the BBS with your tcp2net address (or other tcp serial interface) and let it fly! diff --git a/py/shim.py b/py/shim.py deleted file mode 100644 index 09fd402..0000000 --- a/py/shim.py +++ /dev/null @@ -1 +0,0 @@ -#Placeholder!