menu connected
wide shoutbox
/listConnections - list all current connections to shoutbox
/version - return current version
/t - shout as mr.turing
/addXMPPRelay/(xmpp buddy name) - add buddy as an xmpp relay
/removeXMPPRelay/(xmpp buddy name) - remove buddy as xmpp relay
Yes you can You must declare
Yes you can
You must declare a servo with the same name of servo from inmoov service :
right = Runtime.createAndStart("i01.right", "Arduino")
rightPort = "COM8"
pinIndex=6
rightHandIndex = Runtime.createAndStart("i01.rightHand.index","Servo")
rightHandIndex.attach("i01.right",pinIndex,90,0)
i01 = Runtime.createAndStart("i01", "InMoov")
i01.startRightHand(rightPort)