steveohara / j2mod

Enhanced Modbus library implemented in the Java programming language
Apache License 2.0
265 stars 111 forks source link

Refactor modbus slave and Listeners. Handle each slave Type differently #56

Closed jmontanari closed 6 years ago

jmontanari commented 6 years ago
jmontanari commented 6 years ago

This will break compatibility with previous releases for anyone who used the ModbusSlaveFactory.

steveohara commented 6 years ago

Because it breaks backwards compatibility, I need to combine this update with a retirement of the ModbusCoupler on a major release number change.

steveohara commented 6 years ago

This pull request has now been superseded by changes to the way in which process images are associated with slaves and the removal of ModbusCoupler If there are aspects of the pull request that are still relevant, please submit a new PR and I will take a look at it.