scy-phy / minicps

MiniCPS: a framework for Cyber-Physical Systems real-time simulation, built on top of mininet
MIT License
166 stars 70 forks source link

Extending protocols.py and devices.py to implement multiple ENIP TAG sending/receiving #27

Closed afmurillo closed 1 year ago

afmurillo commented 4 years ago

This update extends the classes devices.py and protocols.py to implement to new methods for the ENIP protocol: send_multiple and receive_multiple. These methods enable a PLC to send/receive multiple ENIP tags.

afmurillo commented 3 years ago

Reviewed