minicps icon indicating copy to clipboard operation
minicps copied to clipboard

MiniCPS: a framework for Cyber-Physical Systems real-time simulation, built on top of mininet

Results 11 minicps issues
Sort by recently updated
recently updated
newest added

This is a test branch for python3 support in MiniCPS, based on @CarlosLannister's commits (minus a few). Still in testing.

As noted in #30 as part of the bug report, with cpppo 4.3.4 we now get warnings such as the following from the plcs in the example: ``` logs/plc2.log:/usr/lib/python3.8/runpy.py:127: RuntimeWarning:...

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.

@remmihsorp please go ahead from here and then when we are ready we push to master TODO: * [x] add cli tests to travis and update its conf * [x]...

enhancement

Notes: 1. server still doesn't support multikey yet read/write yet, so it will respond with a proper error message. 2. server still needs to take in log files. 3. Pipe...

enhancement

Include dynamics for SWaT simulation (LIT301), increases level when P101 is ON, drains water otherwise.

As the title said, am trying to use the swat example given in examples/swat-s1, but when i try receiving something in plc1 from plc2 it always return an empty byte....

In recent PRs, we introduced python3 support, and we have a fix coming up to allow latest cpppo library use. This issue is to remind me that we need to...