digitalpetri / modbus

Modbus TCP, Modbus RTU/TCP, and Modbus RTU/Serial for Java 17+.
Eclipse Public License 2.0
653 stars 222 forks source link

Move Netty and ModbusTcpCodec into package "tcp" to fix split packages #83

Closed unverbraucht closed 3 days ago

unverbraucht commented 4 days ago

Regarding the issue #82 I made a quick PR. I'm not sure if you are open to moving the two classes but if so this is a quick fix.

kevinherron commented 3 days ago

See https://github.com/digitalpetri/modbus/pull/84 instead

unverbraucht commented 3 days ago

A full fix, appreciated!