https://github.com/zaporylie/iot-proxy
Simple python proxy server for IoT devices (dedicated for RPi)
https://github.com/zaporylie/iot-proxy
Last synced: 3 months ago
JSON representation
Simple python proxy server for IoT devices (dedicated for RPi)
- Host: GitHub
- URL: https://github.com/zaporylie/iot-proxy
- Owner: zaporylie
- Created: 2015-12-03T13:18:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T14:58:05.000Z (almost 10 years ago)
- Last Synced: 2025-09-01T20:58:01.182Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Proxy server for IoT devices.
=========================
# Requirements
- flask
- pyyaml
# Quickstart
1. Install libraries with pip, i.e. `pip install flask`
1. Copy `default.settings.yaml` to `settings.yaml`
1. Open `settings.yaml` and add your devices
## Start with Docker (on RPi)
1. `docker build -t local/iot-proxy`
1. Copy `default.settings.yaml` to `settings.yaml`
1. Open `settings.yaml` and add your devices
1. `docker run -dP --volume $(pwd)/settings.yaml:/var/www/html/settings.yaml local/iot-proxy`
# Status
proof of concept