-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed with CPS twinning #4
Comments
Hi,
From the stack trace it seems that
Note that the provided framework is just a proof of concept and has therefore serious limitations in terms of stability and functionality. However, I am currently developing a new version of CPS Twinning from scratch as part of the SecurityTwin project. The new version will be open source as well and published when reaching the first milestone. |
After running |
Before hitting this issue, there was an error which read: For this, I have commented out the Kafka lines in twins.py code. However, on uncommenting them, I see some logs in cps-twinning.log. |
Sorry, yes, you are correct after running Probably, the easiest option would be to run Apache Kafka and adapt the IP address in the constants.py accordingly. The Kafka errors should then be gone, provided that your machine that runs CPS Twinning is able to reach your Kafka broker. |
Okay, thanks for the update. Are you using the forked version of Mininet-WiFi? |
Yes, I am using the forked version. |
Okay, good. This version of CPS Twinning is not being actively developed any longer, and I currently don't have a running setup on my machine. Probably, the fastest way to resolve this issue is to send me your VM. Would this be an option for you? |
Hi,
I am trying to use the cps twinning framework, with the example specification file (CandyFactory.aml). I am facing some issues with the instantiation of PLC node (as I am getting socket errors). I would like to get clarifications on a few questions as put below:
Note: I even tried using the code available as tag v0.0.2 (without state replication), still I face the same issues as mentioned above.
2. Also, I believe a physical twin must be run parallel with the framework in order to use state replication. Is this correct?
I would like to know whether I miss configuring anything else. Your help is much appreciated.
The text was updated successfully, but these errors were encountered: