View wifibox.js
/** | |
Filename: wifibox.js | |
//AppLamp.nl Wifi LED light API: wifi box UDP socket, command sender | |
© AppLamp.nl: you can share,modify and use this code (commercially) as long as you | |
keep the referer "AppLamp.nl led light API" in the file header. | |
Usage in Node JS: | |
//load this wifi box class | |
var WifiBoxModule = require('wifibox.js'); |
View commands.js
/** | |
Filename: commands.js | |
AppLamp.nl led light API: wifi box byte commands | |
© AppLamp.nl: you can share,modify and use this code (commercially) as long as you | |
keep the referer "AppLamp.nl led light API" in the file header. | |
RESPECT AT LEAST 50 MS BETWEEN EACH SEND COMMAND TO PREVENT PACKAGE LOSS | |
The functions in this file will return the appropriate hex commands as 3 byte array | |
to send to an UDP-socket towards WIFI BOX-IP:8899 (see wifibox.js) | |