An open API service indexing awesome lists of open source software.

https://github.com/lukasx999/fiv-iot-setup


https://github.com/lukasx999/fiv-iot-setup

css fastapi fiv html internetofthings iot javascript js python smart smarthome ts typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# FIV IoT Setup

## Usage

- Start mosquitto broker
- `mosquitto`
- Start an arbitrary amount of IoT clients
- `python lightbulb.py `
- 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