Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.04 KB

Flask_IoT_server

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

  1. currently the server runs on local host (127.0.0.1:80), change it (in line 180) if required.
  2. Run the code, and type in the IP address of the server into your web browser.
  3. Use ogin details, username as your name and password is "poi"
  4. Once loggedin, you'll see the necessary information including "TimeLine", "Control" & "Monitor"
  5. Currently no work is being done on "Monitor" page
  6. Go to "Time Line", and you'll see the most recent feed (posted automatically), indicating that you're logged in.
  7. to add new feed, write the feed in the text box located at bottom (inside internal variables box), and press enter.
  8. Multiple users can login at any time and chat with each other aswell.
  9. Go to Control page (from main menu) and you'll see switch controls for each room.

Tested on Python 2.7