ethernet-ip
ethernet-ip copied to clipboard
Added Broadcast ListIdentity support
Issue #12
- Added new BroadcastListIdentity utility class
- Added example usage to README.md
It probably could have been done in a simpler manner but I wanted to follow the netty style you used everywhere else. Technically this could also be used to get a ListIdentity from a unicast datagram also. There is no timeout. Specify a Consumer<CipIdentityItem> during instantiation. The consumer will be called for every ListIdentity received on that channel.
It would also help if I referenced the correct issue. Original post edited to reference issue 12 not 11.
Thanks, this looks good.
I need to implement the WriteTagFragmented service soon and then I'll do a new release.