A webServer for IoT application, created on Flask using websockets as communication protocol. Its not a complete yet !
Instruction to use: Before running, ensure that all neessary packages are installed listed in requirments.txt file
- currently the server runs on local host (127.0.0.1:80), change it (in line 180) if required.
- Run the code, and type in the IP address of the server into your web browser.
- Use ogin details, username as your name and password is "poi"
- Once loggedin, you'll see the necessary information including "TimeLine", "Control" & "Monitor"
- Currently no work is being done on "Monitor" page
- Go to "Time Line", and you'll see the most recent feed (posted automatically), indicating that you're logged in.
- to add new feed, write the feed in the text box located at bottom (inside internal variables box), and press enter.
- Multiple users can login at any time and chat with each other aswell.
- Go to Control page (from main menu) and you'll see switch controls for each room.
Tested on Python 2.7