noahdgrant / ese-ep6-supervisory-controller

Supervisory Controller for ESE EP6 Elevator project
0 stars 0 forks source link

Supervisory Controller

Setup

Run the setup.sh script to install dependencies and create a .env file to set the database credentials.

$ chmod +x setup.sh
$ sudo ./setup.sh

Build and Execute

$ make        - build project
$ make clean  - remove binary and object files
$ ./bin/main  - run the executable