Compare commits
No commits in common. "efe1c07cea92f51c2337b1e2c2cec16cd811d77e" and "e52dcc5c6bab167468d2dd5dd222531cca3ce963" have entirely different histories.
efe1c07cea
...
e52dcc5c6b
3 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,10 @@
|
||||||
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 tcp2net address (or other tcp serial interface) and let it fly!
|
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,2 +1 @@
|
||||||
-- Placeholder!
|
-- Placeholder!
|
||||||
|
|
||||||
1
py/shim.py
Normal file
1
py/shim.py
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#Placeholder!
|
||||||
Loading…
Reference in a new issue