morkai/h5.modbus

Is this project alive yet?

Opened this issue · 3 comments

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

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 ;)

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.

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.