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
- Host: GitHub
- URL: https://github.com/tum-ei-eda/trace-generator
- Owner: tum-ei-eda
- License: apache-2.0
- Created: 2022-11-02T09:41:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:35:49.000Z (about 1 year ago)
- Last Synced: 2024-10-21T21:33:55.072Z (about 1 year ago)
- Language: Python
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```
```