Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
471 stars 175 forks source link

Proposal #6

Closed Laro88 closed 9 years ago

Laro88 commented 9 years ago

Due to common firewall issues then i propose to separate connection establishment from modbus. A client such as an IoT device may handle connection establishment to a cloud server, after a bit of chit chat device authentication and such) then the socket may be used for modbus by the node.js server which is now a client.

Cloud-Automation commented 9 years ago

Feel free to make a pull request with what you have in mind and we can talk about it...