Joylei / eip-rs

rseip - EIP&CIP client in pure Rust, for generic CIP and AB PLC
MIT License
49 stars 6 forks source link

Future goals #5

Closed klmurphy72 closed 2 years ago

klmurphy72 commented 2 years ago

I happened across this lib just about the time you made your first commit. I am impressed by the rapid development.

I am wonder what your future plans/goals are for this lib.

I actually started writing some code to use your early work to read the template / structure data out of the processor. I then took another look at the repository, and BAM......already there!!!!! Impressive!!!!

Joylei commented 2 years ago

Great to hear that it worked for you.

The most recent goals:

The code currently are still under heavily refactoring. All features listed in the readme will be the features supported by this project. No new features will be added in the near feature. Only generic CIP and AB devices are officially supported by this project. Because I only have and work with AB PLCs. Other PLC devices support is out of scope for now.

As said above, the code must be stabilized, so some of the untested and unverified code will be removed.

Further considerations for this project: