https://github.com/janw/json2mqtt-proxy
Simple http proxy server to receive JSON via POST requests and push it to an MQTT server
https://github.com/janw/json2mqtt-proxy
json mqtt mqtt-client python python3
Last synced: about 1 year ago
JSON representation
Simple http proxy server to receive JSON via POST requests and push it to an MQTT server
- Host: GitHub
- URL: https://github.com/janw/json2mqtt-proxy
- Owner: janw
- License: mit
- Created: 2017-02-06T15:51:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T16:04:18.000Z (over 9 years ago)
- Last Synced: 2025-02-12T14:59:03.421Z (over 1 year ago)
- Topics: json, mqtt, mqtt-client, python, python3
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json2mqtt Proxy server
json2mqtt is a simple http proxy server to receive JSON via POST requests, and push it to an MQTT server that it is subscribed to. It can be configured to match personal needs using the `config.ini` file, and can be daemonized using standard shell foo.
```bash
pip install -r requirements.txt
python json2mqtt.py &
```