`oc-basecontrol` is a library for distributed base control systems in OpenComputers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rahix 26dc28c589
Add primitive README
9 years ago
.gitignore Add gitignore 9 years ago
README.md Add primitive README 9 years ago
_bc_backend.lua Initial 9 years ago
bc.lua Initial 9 years ago
lunit Add lunit suite 9 years ago
lunit-console.lua Add lunit suite 9 years ago
lunit.lua Add lunit suite 9 years ago
test_bc.lua Add unit tests 9 years ago

README.md

oc-basecontrol

oc-basecontrol is a OpenComputers generic base control library.

Documentation

Load oc-basecontrol into your application:

bc = require("bc"):init("<master-address>")

where <master-address> is the address of you networks master. The master is only required to download the base structure file.