This repository contains Group 1's code for their Smarter Hospital, an ENGG1000 project.
The project utilises an Arduino Yun which operates as the "brains". The webpanel is a simple means of monitoring all the sensors from the Arduino.
- Clone this repo
- Upload restAPI.ino to an Arduino Yun that is connected to the same network as your computer.
- Add API keys and IP address of the Yun in the webpanel's code where necessary.
- Open the webpanel
TODO: Note the ports for each sensor here.
Contains all the code for the web interface. Jquery handles API calling. NB that a browser with CORS extension is needed if running locally (Otherwise a properly configured server can do the trick)
Contains Arduino code that is uploaded onto the Arduino.
This web panel uses the Materialize CSS framework
This repository uses PushoverJS (avaliable from https://github.com/rniemand/PushoverJS) as well as Alex Schneider's Pushbullet JS.
API Keys for these services will need to be subbed in if using.
Both are used freely under the MIT licence.