Welcome to our CENA Demo Github Repository!
If you want to check out our demo project to learn more about SEMODIAs MTP Control Engine (CENA), we recommend following our Tutorial.
Feel free to clone our repository to checkout the source code.
git clone https://github.com/Semodia-GmbH/cena-demo.git
Or alternatively, download the project as a zip file.
The most important file to see how the CENA is used can be found here along with a detailed developer documentation.
To run the simulation, follow these steps:
cd src/example_usage/
mkdir build && cd build
cmake ..
make
Then run
./example_mtp_controlengine
For more detailed instruction follow our Tutorial.