Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaporylie/iot-proxy
Simple python proxy server for IoT devices (dedicated for RPi)
https://github.com/zaporylie/iot-proxy
Last synced: 11 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T14:58:05.000Z (about 9 years ago)
- Last Synced: 2024-12-21T16:58:05.567Z (18 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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