- Practical Internet of Things Security
- Brian Russell Drew Van Duren
- 176字
- 2021-06-10 18:42:23
MQTT
MQTT is a publish/subscribe model whereby clients subscribe to topics and maintain an always-on TCP connection to a message broker. As new messages are sent to the broker, they include the topic with the message, allowing the broker to determine which clients should receive the message. Messages are pushed to the clients through the always-on connection:

This model supports flexible communication use cases, allowing sensors to publish their data and brokers to pass that data onto subscribing systems that wish to consume or further process the sensor data. Although MQTT is primarily suited for use over TCP-based networks, the MQTT for Sensor Networks (MQTT-SN) specification provides an optimized version of MQTT for use within WSNs.
For more information, see Stanford-Clark and Linh Truong, MQTT for Sensor Networks protocol specification, Version 1.2. International Business Machines (IBM). 2013. URL: http://mqtt.org/new/wp-content/uploads/2009/06/MQTT-SN_spec_v1.2.pdf.
MQTT-SN is optimized for use with battery-operated devices possessing limited processing and storage resources. It allows sensors and actuators to make use of the publish/subscribe model on top of ZigBee and similar RF protocol specifications.
- 特種木馬防御與檢測技術研究
- 軟件開發安全之道:概念、設計與實施
- 網絡安全三十六計:人人該懂的防黑客技巧
- 零信任網絡:在不可信網絡中構建安全系統(第2版)
- Building a Home Security System with BeagleBone
- 情報驅動應急響應
- 華為防火墻實戰指南
- VMware vCloud Security
- Manga Studio 5 Beginner's Guide
- ATT&CK與威脅獵殺實戰
- 密碼朋克:自由與互聯網的未來
- 黑客攻防從入門到精通:實戰篇(第2版)
- 深入探索區塊鏈
- 網絡安全等級保護2.0:定級、測評、實施與運維
- INSTANT Penetration Testing:Setting Up a Test Lab How-to