- 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.
- Dreamweaver CS3 Ajax網(wǎng)頁(yè)設(shè)計(jì)入門(mén)與實(shí)例詳解
- Drupal 7 Multilingual Sites
- OpenStack Cloud Computing Cookbook(Second Edition)
- AWS Certified SysOps Administrator:Associate Guide
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展:智能制造
- Visual C++編程全能詞典
- 控制系統(tǒng)計(jì)算機(jī)仿真
- 精通數(shù)據(jù)科學(xué)算法
- Ruby on Rails敏捷開(kāi)發(fā)最佳實(shí)踐
- RedHat Linux用戶(hù)基礎(chǔ)
- 自動(dòng)化生產(chǎn)線安裝與調(diào)試(三菱FX系列)(第二版)
- Mastering Geospatial Analysis with Python
- 學(xué)練一本通:51單片機(jī)應(yīng)用技術(shù)
- 從零開(kāi)始學(xué)Java Web開(kāi)發(fā)
- Artificial Intelligence By Example