Error code overview: IPConnection.ERROR_ALREADY_CONNECTED = 11 IPConnection.ERROR_NOT_CONNECTED = 12 IPConnection.ERROR_CONNECT_FAILED = 13 IPConnection.ERROR_INVALID_FUNCTION_ID = 21 IPConnection.ERROR_TIMEOUT = 31 IPConnection.ERROR_INVALID_PARAMETER = 41 IPConnection.ERROR_FUNCTION_NOT_SUPPORTED = 42 IPConnection.ERROR_UNKNOWN_ERROR = 43 http://www.tinkerforge.com/de/doc/Software/Bricklets/MotionDetector_Bricklet_JavaScript.html https://www.npmjs.com/package/nodejs-websocket https://devcenter.heroku.com/articles/node-websockets
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "nodejs-websocket",
|
|
"version": "1.6.0",
|
|
"author": {
|
|
"name": "Sitegui",
|
|
"email": "sitegui@sitegui.com.br"
|
|
},
|
|
"description": "Basic server&client approach to websocket (text and binary frames)",
|
|
"main": "./index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sitegui/nodejs-websocket.git"
|
|
},
|
|
"keywords": [
|
|
"websocket",
|
|
"websocket-server",
|
|
"websocket-client"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec -b"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.4.5",
|
|
"should": "^8.3.1"
|
|
},
|
|
"gitHead": "7398f57a6054724418ccaa0829daddc5ff62c908",
|
|
"bugs": {
|
|
"url": "https://github.com/sitegui/nodejs-websocket/issues"
|
|
},
|
|
"homepage": "https://github.com/sitegui/nodejs-websocket#readme",
|
|
"_id": "nodejs-websocket@1.6.0",
|
|
"_shasum": "e6db8d2e5af9e730bf70818bfd189783fe02797a",
|
|
"_from": "nodejs-websocket@*",
|
|
"_npmVersion": "2.14.20",
|
|
"_nodeVersion": "4.4.0",
|
|
"_npmUser": {
|
|
"name": "sitegui",
|
|
"email": "sitegui@sitegui.com.br"
|
|
},
|
|
"dist": {
|
|
"shasum": "e6db8d2e5af9e730bf70818bfd189783fe02797a",
|
|
"tarball": "https://registry.npmjs.org/nodejs-websocket/-/nodejs-websocket-1.6.0.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "sitegui",
|
|
"email": "sitegui@sitegui.com.br"
|
|
}
|
|
],
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/nodejs-websocket-1.6.0.tgz_1462798103164_0.4242532418575138"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/nodejs-websocket/-/nodejs-websocket-1.6.0.tgz"
|
|
}
|