Simple dishwasher simulator based on message queues on Linux.
Project is created with:
- C
- Makefile
- Install GCC
- Install MAKE for running Makefiles
- Clone this repository
- To run this project:
- Run a main dishwasher controller
$ cd ../dishwasher-simulator/main $ mkdir bin $ make $ ./bin/main
- Run a heater controller
$ cd ../dishwasher-simulator/heater $ mkdir bin $ make $ ./bin/main
- Run a water pump controller
$ cd ../dishwasher-simulator/pump $ mkdir bin $ make $ ./bin/main
- Run a spray arms controller
$ cd ../dishwasher-simulator/sprayarms $ mkdir bin $ make $ ./bin/main
- Run a main dishwasher controller