mbtcpprotocol
Version:
Routine to communicate with Modbus-TCP including symbol lookup, etc, for PLCs
24 lines (23 loc) • 501 B
JSON
{
"name": "mbtcpprotocol",
"description": "Routine to communicate with Modbus-TCP including symbol lookup, etc, for PLCs",
"version": "0.1.3",
"author": {
"name": "Dana Moffit",
"email": "nodejsplc@gmail.com"
},
"keywords": [
"Modbus",
"Modbus/TCP",
"PLC"
],
"main": "mbtcpprotocol.js",
"repository": {
"type": "git",
"url": "https://github.com/plcpeople/mbtcpprotocol"
},
"dependencies": {
"underscore": "^1.13.1"
},
"engine": "node 0.8.x"
}