Skip to content

lukasx999/fiv-iot-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

FIV IoT Setup

Usage

  • Start mosquitto broker
    • mosquitto
  • Start an arbitrary amount of IoT clients
    • python lightbulb.py <id>
  • Update device count in webserver.py
  • Update IP in index.ts (hostname -I)
  • Start webserver
    • fastapi run webserver.py

Notes

  • When connecting from GitHub Pages over HTTPS, you may need to allow connecting to insecure WebSockets in Chromium