oc-basecontrol is a library for distributed base control systems in OpenComputers.
| .gitignore | ||
| _bc_backend.lua | ||
| bc.lua | ||
| lunit | ||
| lunit-console.lua | ||
| lunit.lua | ||
| README.md | ||
| test_bc.lua | ||
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.