Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用mqtt向所有连接 Mqtt 服务器的人发送消息。我该怎么做?(我使用 java 客户端)
MQTT 是基于主题的,因此为了向所有客户端发送消息,他们需要订阅特定主题。