2025-08-12 01:22:03 +00:00
|
|
|
# MC_BBS
|
|
|
|
|
|
2025-08-12 01:28:24 +00:00
|
|
|
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!
|