Matthias A. Eckhart
Matthias A. Eckhart
I think that I am running into a similar issue. I want to have one common implementation for the communication with the server that is shared across multiple sub clients....
Thank you @dwrensha, I really appreciate your help. > It's difficult to provide advice about that plugin system without seeing more about how it's intended to be used. > >...
> So it sounds like your server implements _all_ plugin interfaces? One thing that might work is to define a new interface that extends all of the plugin interfaces: >...
Hi, 1) Yes, you don't need a physical twin to run the framework. The state replication module is only needed to synchronize the digital twins with their physical counterparts. Note...
After running `make twinning`, several files should have been created in `/tmp/cps-twinning`. Could you please also check this directory?
Sorry, yes, you are correct after running `twinning *.aml`, some files in the `/tmp/cps-twinning` folder should have been created. Probably, the easiest option would be to run [Apache Kafka](https://kafka.apache.org/) and...
Okay, thanks for the update. Are you using the forked version of [Mininet-WiFi](https://github.com/MatthiasEckhart/mininet-wifi)?
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...
Hi, what did you try so far and where are you stuck?
Hi, this seems to be a [known issue](https://stackoverflow.com/questions/61727705/python-pip-importerror-cannot-import-name-ensure-str-from-six-on-multiple). Please also make sure that: i) you run [Apache Kafka](https://kafka.apache.org/) and adapt the IP address in the [constants.py](https://github.com/sbaresearch/cps-twinning/blob/master/cpstwinning/constants.py#L12) accordingly. ii) the path...