morkai / h5.modbus

Implementation of the MODBUS IP/ASCII/RTU master and slave over TCP/UDP/Serial for Node.js.
https://miracle.systems/p/h5.modbus
MIT License
28 stars 21 forks source link

Is this project alive yet? #4

Open yangpu opened 9 years ago

yangpu commented 9 years ago

This is a well structured project to implement modbus protocol, and hope it can be published in npm repository and enhance documents.

morkai commented 9 years ago

It's alive and working in production. You can use it in package.json by adding:

"h5.modbus": "morkai/h5.modbus#0993906e41"

to dependencies so it won't break if something is commited later.

As for the documentation: Soon™ (it requires free time and a desire to write proper sentences (i.e. not code), neither of which I currently have ;)

goranach commented 8 years ago

It's very interesting to see new libs, but it would be great, if there were a few examples and the differences. I use it for a long time. Thanks.

morkai commented 8 years ago

I've just added examples of Master and Slave usage (benchmark scripts that were already waiting for push).

Also, the h5.modbus.inode project uses the Slave portion of the new version and the walkner-utilio - the Master portion.