1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Merge pull request #530 from jsastriawan/add_mqtt

Added MQTT support over WSS and multiplexed with MPS
This commit is contained in:
Ylian Saint-Hilaire 2019-10-04 11:37:18 -07:00 committed by GitHub
commit 8ada7e39dc
5 changed files with 134 additions and 0 deletions

View file

@ -27,6 +27,7 @@
"sample-config.json"
],
"dependencies": {
"aedes": "^0.39.0",
"archiver": "^3.0.0",
"body-parser": "^1.19.0",
"cbor": "4.1.5",
@ -39,9 +40,11 @@
"ipcheck": "^0.1.0",
"meshcentral": "*",
"minimist": "^1.2.0",
"mqtt": "^3.0.0",
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.8.4",
"otplib": "^11.0.1",
"ws": "^6.2.1",
"xmldom": "^0.1.27",
"yauzl": "^2.10.0"