This is a WebApp to be used on a tablet for a patient in a hospital.
WebApp link <---- here
McKenney's Info for this project
blue logos for hospitals
Walkthrough on how to host on Github
Github links on how to host more.
fetch(‘https://{deviceIP}/api/rest/v1/protocols/bacnet/local/objects/{objectType}/{objectInstance}/properties/presentValue’,{
method: ‘POST’,
headers: {
Set-Cookie: ` ECLYPSERESTSESSIONID=1ihtgt27axib71plskbk2nhp4i`,
Content-Type: ‘application/json’
},
body: JSON.stringify({ value: 70 }),
})
.then(response => {
return response.json();
});
Morgan King, Keshav Raviprakash, Eric Chow, and Ahmed Legesse
We started coding Oct 1st and are submitting code Oct 2nd by 6pm of 2022