Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 361 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 361 Bytes

smart-health-monitoring-system

it is a project developed on raspberry pi

it is used to measure body vitals and send data to server

it has a serverside called body containing 3 php files

  1. connect.php(establish a connection to server)

  2. add_data.php(add data from GET request to server)

  3. index.php(retrive data from server and display it in a table)