Posted 09 October 2013 - 03:52 PM
hello everyone.
i'm her to introduce this litle light weight API that let computercraft comunicate with a database and with an online responsive administration panel.
the API is provided with an user guide refer to it for the installation.
commands:
Xchange.swapVar(name) switch the boolean state of "name"
Xchange.setVarToTrue(name) set "name" to boolean true
Xchange.setVarToFalse(name) set "name" to boolean false
Xchange.setDisplay(name,value) set the "name" string with "value"
Xchange.getDisplay(name) return the string contained by "name"screenshot:
post your suggestions or issues.
[attachment=1367:Xchange.zip]
i'm her to introduce this litle light weight API that let computercraft comunicate with a database and with an online responsive administration panel.
the API is provided with an user guide refer to it for the installation.
commands:
Spoiler
Xchange.getVar(name) return the state of the "name" booleanXchange.swapVar(name) switch the boolean state of "name"
Xchange.setVarToTrue(name) set "name" to boolean true
Xchange.setVarToFalse(name) set "name" to boolean false
Xchange.setDisplay(name,value) set the "name" string with "value"
Xchange.getDisplay(name) return the string contained by "name"
post your suggestions or issues.
[attachment=1367:Xchange.zip]