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 具有称为 Last Will 和遗嘱的功能。有没有一种方法可以使用 Xively 仪表板跟踪客户端停机的时间。
使用 MQTT 的遗嘱功能当然是其中一种方法。或者,您可以将“脉冲”更新发送到数据流中,如果脉冲之间的间隙大于设置的周期,则确定停机时间。