Initial commit!

This commit is contained in:
lordtet 2025-08-11 21:28:24 -04:00
parent 50f9adeed3
commit e52dcc5c6b
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# MC_BBS
Access OpenComputers (minecraft) functionality via serial
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!

1
lua/shim.lua Normal file
View file

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

1
py/shim.py Normal file
View file

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