| description | A MQTT server. |
| last change | Sun, 4 Apr 2021 15:25:51 +0000 (17:25 +0200) |
This is a MQTT Server.
These instructions let get you a copy of the project and running it on your local machine.
Get the project using git:
git clone https://binomiant.duckdns.org/MpqU9XX8/mqtt-server.git
Install required packages:
cd mqtt-server.git npm install
Now you can start the server:
npm start
To see debug information of express type
DEBUG=*before the command, to see debug information of the application set the environment variable
LOGLEVEL=debug.
| 2021-04-04 | ebelcrom | necessary node packages added master | commit | commitdiff | tree | snapshot |
| 2021-04-02 | ebelcrom | initial commit | commit | commitdiff | tree | snapshot |
| 4 years ago | master | shortlog | log | tree |