An open API service indexing awesome lists of open source software.

https://github.com/tum-ei-eda/trace-generator

Python tool to generate monitors (and printers) for ETISS based on json description
https://github.com/tum-ei-eda/trace-generator

Last synced: 2 months ago
JSON representation

Python tool to generate monitors (and printers) for ETISS based on json description

Awesome Lists containing this project

README

          

# User

## First time setup
- Create virtual Python environment: `python3 -m venv venv`
- Activate the virtual envirinment: `source venv/bin/activate`
- Install Python dependencies: `pip install -r requirements.txt`

## Usage
- Make sure that the virtual Python environment is activated (`source venv/bin/activate`)
- Run the entire tool-chain:
```

```