pjkundert / cpppo

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
https://hardconsulting.com/products/6-cpppo-enip-api
Other
328 stars 108 forks source link

performance issue with 3052 bytes #93

Open onurmimar opened 3 years ago

onurmimar commented 3 years ago

State transition machinery (automata.py::run() function) takes approx. ~1.1 seconds for handling ~3000 bytes. Is this more or less expected/acceptable, or is there any known limitation/issue, or am I doing something completely wrong? thanks