digitalpetri / netty-channel-fsm

An FSM that manages async non-blocking access to a Netty Channel
Eclipse Public License 2.0
16 stars 8 forks source link

Is there any development documentation I can view #7

Open cptjackwu opened 1 month ago

kevinherron commented 1 month ago

At the moment, no, however there are some examples of use in other projects:

https://github.com/digitalpetri/ethernet-ip/blob/46694db466e83c7d5728ade90223a679d48f5190/enip-client/src/main/java/com/digitalpetri/enip/EtherNetIpClient.java#L73-L90

https://github.com/digitalpetri/ethernet-ip/blob/46694db466e83c7d5728ade90223a679d48f5190/enip-client/src/main/java/com/digitalpetri/enip/EtherNetIpClient.java#L305-L362