Get a list of connected client IDs from MQTT client

前端 未结 6 1980
小鲜肉
小鲜肉 2020-12-15 10:13

As a mqtt client connected to mosquitto is it possible to retrieve a list of client IDs who are also connected to the broker?

6条回答
  •  攒了一身酷
    2020-12-15 10:53

    A good work-around for this is to have the clients(if possible) define a Last will and testament(LWT). Your server will subscribe to a special topic where the LWT will be published to and assume all clients as online unless they publish to that topic.

    MQTT what is the purpose or usage of Last Will Testament?

提交回复
热议问题