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

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

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 &
```