This is a simulation program that simulates bracelete to calculate heart rate and blood pressure. This project was created for software engineering course at FCIH. You can find full projcet in the backend and frontend repositories.
$ mvn clean install
$ mvn compile
$ mvn exec:java # start the publisher
$ npm i ./borkerSubscriber
$ node ./borkerSubscriber/mqtt.js # start the subscriber
Make sure that you have Mosquitto installed.