Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 629 Bytes

Bracelet Simulation

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.

Quick start

 $ 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.