Compare commits

..

3 commits

3 changed files with 2 additions and 5 deletions

View file

@ -3,10 +3,7 @@
Access OpenComputers (minecraft) functionality via serial interface. Access OpenComputers (minecraft) functionality via serial interface.
## Features ## Features
Includes: 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 - A Lua BBS server to be used in an OpenComputers machine
## Usage ## 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 lua/ to an OpenComputers disk, run the BBS with your tcp2net address (or other tcp serial interface) and let it fly!
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!

View file

@ -1 +1,2 @@
-- Placeholder! -- Placeholder!

View file

@ -1 +0,0 @@
#Placeholder!