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

https://github.com/sayymeer/cps-lf

Implementation and Benchmark of Research Paper "Towards Building Verifiable CPS using Lingua Franca"
https://github.com/sayymeer/cps-lf

cps cs637 lingua-franca

Last synced: 10 months ago
JSON representation

Implementation and Benchmark of Research Paper "Towards Building Verifiable CPS using Lingua Franca"

Awesome Lists containing this project

README

          

# Using LF to Verify CPS

Your system must have docker installed and docker daemon running. Run the below commands.

```bash
docker build . -t cps-lf
docker run -it cps-lf
```

Inside `docker` container run the following commands.

```bash
# This will run benchmark tests
make

# To verify .lf models
make run TARGET=ModelName # dont include .lf, write ModelName which should be in src/

```