zgwit / iot-master

物联大师是开源免费的物联网云平台,集成了标准Modbus、电力、水文和主流PLC等多种协议,支持数据采集、公式计算、异常报警、Web组态等功能,适用于大部分物联网和工业互联网应用场景。
https://iot-master.com
GNU General Public License v3.0
694 stars 157 forks source link

mqtt #27

Closed Arnult closed 1 year ago

Arnult commented 1 year ago

项目使用的内嵌库无法支持大量客户端接入 见https://github.com/mochi-co/mqtt/discussions/80

zgwit commented 1 year ago

golang网络编程模式决定他没办法支持高并发,可以通过gnet或evio的异常IO模式,但毕竟有些鸡肋

另,物联大师支持外置MQTT Broker