桌面客戶端工具,mqtt客戶端

各種MQTT Server單臺能支持多少client?
【桌面客戶端工具,mqtt客戶端】

桌面客戶端工具,mqtt客戶端


取決于你的服務器的類型已經你使用的通信技術,是TCP還是Websockets,以Mosquitto的window的版本為例子,如果使用Websockets,其最大支持64客戶端的同時連接 。具體請參看Mosquitto的readme.txt文檔,現在摘抄如下:Websockets----------The broker executables provided in the installers do not have Websockets support enabled.If you wish to have a version of the broker with Websockets support, you will need to compilelibwebsockets version v1.7 onwards because no Windows binaries are provided.Please note that on Windows, libwebsockets limits connections to a maximum of 64 clients.如果是用TCP的話,估計支持1000多的客戶同時在線連接不成問題 。

    推薦閱讀