I'm using this library, but I tried to bring in a different library (digitalpetri's modbus) and it tries to bring in netty 4.1.54. This causes me to get a runtime exception indicating a missing class; in reality, the reason for this is that ncoap-core is bringing in an old version of netty (3.9.something) causing me a problem.
I think what I need is an update (or fork) of this library that uses netty 4.x
I'm using this library, but I tried to bring in a different library (digitalpetri's modbus) and it tries to bring in netty 4.1.54. This causes me to get a runtime exception indicating a missing class; in reality, the reason for this is that ncoap-core is bringing in an old version of netty (3.9.something) causing me a problem.
I think what I need is an update (or fork) of this library that uses netty 4.x
Does such a thing exist?