- Practical Internet of Things with JavaScript
- Arvind Ravulavaru
- 134字
- 2021-07-02 19:58:39
MQTTS broker
The next important piece in our reference framework is the secure communication channel between the device and the cloud. We are going to use MQTT as our communication channel. MQTT is described in the following quote from http://mqtt.org/faq:
MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimise network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery.
We are going to use the MQTT over SSL or MQTTS. In our architecture, we are going to use Mosca (http://www.mosca.io/) as our MQTTS broker. Mosca is a Node.js MQTT broker. We will talk more about Mosca when we start working with it.
- 嵌入式系統及其開發應用
- Verilog HDL數字系統設計入門與應用實例
- 程序設計缺陷分析與實踐
- WordPress Theme Development Beginner's Guide(Third Edition)
- 機器人編程實戰
- Spark大數據技術與應用
- 水晶石精粹:3ds max & ZBrush三維數字靜幀藝術
- Splunk Operational Intelligence Cookbook
- Excel 2007技巧大全
- Chef:Powerful Infrastructure Automation
- 網絡存儲·數據備份與還原
- MPC5554/5553微處理器揭秘
- AMK伺服控制系統原理及應用
- 計算智能算法及其生產調度應用
- DynamoDB Applied Design Patterns