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
- Host: GitHub
- URL: https://github.com/lukasx999/fiv-iot-setup
- Owner: lukasx999
- Created: 2024-11-14T11:10:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T03:35:06.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:30:13.981Z (about 1 year ago)
- Topics: css, fastapi, fiv, html, internetofthings, iot, javascript, js, python, smart, smarthome, ts, typescript
- Language: C
- Homepage: https://lukasx999.github.io/fiv-iot-setup/
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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