# Experiment Framework for EMB²## OverviewThis small toolkit helps with the automatic generation, building and executionof experiments. Currently it is limited to the generation of experiments forreal-time tasksets for the EMB² library writtine in C++ (C++11); however, itshould be easily extendable for other purposes, aswell.## RequirementsMost of the scripts are written in Python (Python 3.5) and should therefore beusable on most operating systems. The following third-party libraries whereused:* argparse* shutil* json* pystacheBuilding and running the single experiments heavily relies on the buildutils andclang.## UsageAll of the scripts have self-explaining usage messages, an exemplary experimentgeneration flow from generation to execution is given by the *run.sh* shellscript.