Skip to content

Hobby open research project which aims to demonstrate the capabilities of PT net (Petri net) based formal methods in improvement of producer/consumer pipelines

License

CC-BY-SA-4.0, CC-BY-4.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA.md
CC-BY-4.0
LICENSE-CC-BY.md
Notifications You must be signed in to change notification settings

dmrokan/soyutnet-simulations

SoyutNet simulations

This repo is a hobby open research project which aims to demonstrate the capabilities of PT net (Petri net) based formal methods in improvement of producer/consumer pipelines by implementing different discrete event system (DES) control policies in simulated real life scenarios.

The project is structured in a way to make the results easily reproducable.

This project's main focus is the technical documentation. The code is used to illustrate the ideas and reproduce the results.

Documentation

SoyutNet

Simulations

Running

A simulation can be run by

sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate

make build
make build=pi_controller
make run=pi_controller
make results=pi_controller
make graph=pi_controller

Building

git clone https://github.com/dmrokan/soyutnet-simulations
sudo apt install graphviz python3-venv
python3 -m venv venv
source venv/bin/activate

make docs

License

SoyutNet simulations is licensed under

SoyutNet Simulations by Okan Demir is licensed under Creative Commons Attribution 4.0 International

License text

Exceptions

  • Python code files under src folder
  • Makefiles under src folder
  • Makefile at project root

are licensed under

SoyutNet Simulations Code by Okan Demir is licensed under Creative Commons Attribution-ShareAlike 4.0 International

License text

About

Hobby open research project which aims to demonstrate the capabilities of PT net (Petri net) based formal methods in improvement of producer/consumer pipelines

Topics

Resources

License

CC-BY-SA-4.0, CC-BY-4.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA.md
CC-BY-4.0
LICENSE-CC-BY.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published