Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 889 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 889 Bytes

Ambiotex MQTT Broker

Description

This project features an MQTT server (based on Mosca) and a publisher which connects to the Ambiotex Tech Unit and publishes sensor data.

Requirements

Installation

Clone this repository to your preferred directory:

$ git clone <this repository>

Once you are in the project's root directory, run:

$ npm i

Afterwards, to start the MQTT server, simply run:

$ npm run-script server

And then, to run the publisher:

$ npm run-script publisher

This will initiate both processes and emit data which you can subscribe to from another client.

Help & Support

contact: stefanos@wearhealth.com