Skip to content

BPMS is a simulated IoT environment that allows a doctor to monitor the health of his/her patients remotely

Notifications You must be signed in to change notification settings

ThomasPappas00/Blood-Pressure-Monitoring-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Blood Pressure Monitoring System

The Blood-Pressure-Monitoring-System (BPMS) is a simulated IoT environment for medical assistance. The goal of this project is to demonstrate a real life scenario of the usage of medical devices (such as blood pressure sensors) that feed patients' data to a doctor's terminal.

Description

The system consists of three separate modules, namely the Simulator, the Server and the User-App. The Simulator generates the measurements, through random generators and acts as a blood pressure sensor. The Server handles the incoming requests from the Simulator and the User-App and saves the data in persistence storage (Microsoft SQL Server). The Health monitoring application (GUI) allows the user a) to see on the screen of the PC the measurements that have been registered, b) to print them, c) to sort them, d) to search for a specific record.

The first stage of the system was implemented with the Java API for WebSocket and the second stage implements a client/server architecture with HTTP.

Blood-Pressure-Monitoring-System-based-on-DBMS

License

MIT

About

BPMS is a simulated IoT environment that allows a doctor to monitor the health of his/her patients remotely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages