rx-aedes
v0.0.5
Published
The project is a fullstack solution for IoT. It uses MQTT protocol between the "things" and the Broker. The data from the things can storage in a persistent datastore (InfluxDB) or can be sent direct to Client. The server is a Node.js.
Downloads
5
Readme
About RxAedes
It is the Aedes broker on top of RxJS.
How to Use You must have:
- Node.js https://nodejs.org/en/
- git clone https://github.com/FeFB/braiots-mqtt-broker.git
- cd braiots-mqtt-broker
- npm install
- npm run start-index (It will run the broker with some examples and trace information)