Hierarchical Scheduling Composition (HSC) model in the form of IMITATOR input
Author:: Sun Youcheng
gen_HSC.py
is a python script to generate the Hierarchical Scheduling Composition (HSC) model in the form of IMITATOR input. gen_HSC.py
reads a JSON file containing declarations of the periodic server and its tasks. The file test.json is given as an example.
To run the script:
python gen_HSC.py <input_file> <output_file>