11 Star 55 Fork 21

麦壳饼 / MQTT.Chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2019-01-21 22:02 . add service and how to install

MQTT.Chat

MQTT.Chat broker is a fully open source, highly scalable, highly available distributed MQTT messaging broker for IoT,It is based on MQTTnet

  1. TLS two-way communication certification
  2. Can be private deployment, high reliability and low cost
  3. Support SQLite, SQL Server, PostgreSQL
  4. Supports connected clients with different protocol versions at the same time
  5. WebSockets supported
  6. Supported MQTT versions 3.1.1;3.1.0

For more information about the MQTT standard, best practices and examples please visit https://www.hivemq.com/blog/how-to-get-started-with-mqtt.

How to install

Linux

  • mkdir /var/mqttchat
  • cp ./* /var/mqttchat/
  • chmod 777 MQTT.Chat
  • cp mqttchat.service /etc/systemd/system/mqttchat.service
  • sudo systemctl enable /etc/systemd/system/mqttchat.service
  • sudo systemctl start mqttchat.service
  • sudo journalctl -fu mqttchat.service
  • http://127.0.0.1:5000/Swagger/

Windows

  • sc create mqttchat binPath= "D:\mqttchat\MQTT.Chat.exe" displayname= "MQTT.Chat" start= auto

Demo online: https://mqtt.chat

C#
1
https://gitee.com/maikebing/MQTT.Chat.git
git@gitee.com:maikebing/MQTT.Chat.git
maikebing
MQTT.Chat
MQTT.Chat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891