The purpose of this project is to practice implementing the Blackboard pattern. This project extends upon the Heartbeat Tactic pacemaker project, and adds additional components as detailed in the blackboard pattern to help the system process and generate knowledge.
This application was created with JDK 8 and Eclipse
-
Clone or copy this repository to your local machine
-
Open up Eclipse, and import this project
File > Import... > General > Existing Projects into Workspace > PATH TO PROJECT
-
Run PacemakerController
-
Run HeartSimulator
-
Thats it! A GUI should pop up and show you that the pacemaker is running.
-
Clone or copy this repository to your local machine
-
Open up command line client
-
Change directory to
...PATH/TO/BlackboardPattern/bin -
Run PacemakerController with the following command:
java pacemaker.PacemakerController -
Open a second command line client
-
Change working directory to same as before (
...PATH/TO/BlackboardPattern/bin) -
Run HeartSimulator with the following command:
java pacemaker.HeartSimulator -
Thats it! A GUI should pop up and show you that the pacemaker is running.
