Skip to content

A web app based on an SMT-based schedule generator for cyclic executives of real-time tasks

License

Notifications You must be signed in to change notification settings

cgkiokas/SimpleSchedulerOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Schedule Online

An online simple schedule generator based on SimpleSMTScheduler To use the application online: Simple Cyclic Scheduler Online

Quick Start for local dev:

Spin up the containers with:

docker-compose up -d --build -V

Then open your browser to http://localhost:5004

To check-up on your containers do:

docker ps

Read the logs of a container with:

docker logs [containerid]

Kill your containers:

docker stop $(docker ps -aq)