Hi together, I found a pretty neat implementation for Modbus based on Netty: https://github.com/digitalpetri/modbus <https://github.com/digitalpetri/modbus>
Currently I see several possibilities to integrate this into PLC4X: Using this lib in a top level manner by writing an adapter. Reusing the layers in our own pipeline. Integrating the code into our codebase. Reaching out to the author and get him onboard PLC4X The above lib is Apache 2.0 licensed. Also on his page (https://github.com/digitalpetri <https://github.com/digitalpetri>) there are some other implementations that might become handy in the future. For now im going with option 2 and hoping for option 4 in the long term (Chris contacted him already) :) Sebastian
