Skip to content

Universal-Access-Control/mqtt-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Broker

Before start working on this project, make sure you installed Nodejs and Yarn in your machine.

This project use Aedes library to create a broker. For more information, check this link.

Run Project

For running this project, follow the steps below:

  1. git clone https://github.com/Universal-Access-Control/mqtt-broker.git
  2. cd mqtt-broker
  3. yarn install
  4. yarn start

Available Scripts

In the project directory, you can run:

yarn install

Install dependencies of the project.
After you clone the repository, you have to install dependencies by running this command.

yarn start

Runs the app in the development mode.
You can connect to broker using http://localhost:1883.

* You have to restart project if you make edits.