The two folders contain two versions of Dockerfile for generating two different images of pysimCoder.
The pysimCoder_X folder contains a Dockerfile that can generate an image that should be run using X support.
It is possible to get both images directly from the Docker Containers using:
docker pull robertobucher/pysimcoder:latest
Under Windows pysimCoder can be launched with
$ docker run --rm -e DISPLAY=<IPADDR>:0.0 --net=host --privileged robertobucher/pysimcoder:latest
Under Linux simply use the provided Docker-compose file.
At the prompt launch
psc
This version contains also the SHV (Silicon-Heaven) tools to modify the parameters of the running RT application on the fly.