├── LICENSE ├── README.md ├── config.json ├── modbushandler.js ├── opc basics cropped.png ├── package.json └── server.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/config.json -------------------------------------------------------------------------------- /modbushandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/modbushandler.js -------------------------------------------------------------------------------- /opc basics cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/opc basics cropped.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/package.json -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minaandrawos/OPCModbusUAServer/HEAD/server.js --------------------------------------------------------------------------------