2007-09-26 11:01:01 UTC
No, we've already encapsulated the parser in a simple class so you have only to set up some event handler functions like:
#include "WiiRemoteClient.js"
wiiRemoteClient = new WiiRemoteClient();
wiiRemoteClient.onAxisValue = function(address:String, wx, wy, wz, wr, wp, nx, ny, nz, jx, jy:Number) {
// handle new accelerometer etc. values here
}
As this begins to get a bit off topic, I'd suggest to use email or comments in our blog for further questions regarding MoteDaemon :)