mqtt-proxy
v0.0.5
Published
MQTT Proxy with map based lookup table
Downloads
13
Readme
mqtt-proxy
This project aims to solve the problem of matching individual clients to specific brokers via a single public facing host/port combination.
Usage:
node mqtt-proxy <[host:]port> <map>
i.e.
node mqtt-proxy localhost:1883 map.json
Map format:
Edit map.json to create an array of maps. Example file below:
Matching:
This is a relatively green project with debugging enabled; without a set of test scripts; and with no support yet for ssl/tls certificates
Please feel free to fork and improve.
Koha (Donation) - If you like our work and would like to make a small donation to help us continue