项目作者: unpsjb-rtsg

项目描述 :
WCRT methods
高级语言: C
项目地址: git://github.com/unpsjb-rtsg/wcrt.git
创建时间: 2017-05-17T13:14:39Z
项目社区:https://github.com/unpsjb-rtsg/wcrt

开源协议:MIT License

下载


WCRT

Evaluation of exact schedulability methods.

Overview

The following exact schedulability methods are implemented:

C and Python implementations are provided.

Python version

Requires Python3. This script outputs its results into a HDFS store.

Dependencies

  • Pandas

C version

To compile wcrt-test-sim.c:

  1. # gcc -o wcrt-test-sim wcrt-test-sim.c -Wall -I/usr/include/libxml2 -Wall -lgsl -lxml2

Dependencies

  • libxml2
  • gsl - GNU Scientific Library

License

This software is licensed under the MIT License. A copy of the license can be found in the LICENSE file.