当前位置:网站首页>Matter protocol
Matter protocol
2022-06-30 07:17:00 【liwuxing】
matter Is a general application layer specification .
matter There are currently two branches ,matter over Thread and matter over Wi-Fi. among Thread It is a kind of short distance designed specifically for the Internet of things 、 low power consumption 、 Support IPv6 Of Wireless mesh network networking protocol . To achieve the goal of interoperability architecture between devices ,Matter Specification equipment and controllers ( be based on IPv6 Network of (Thread or Wi-Fi)) Application layer .
The application layer can be further subdivided into seven main components :
- application : High level business logic of the device . for example , Applications that focus on lighting may include processing open / Logic to turn off the bulb and its color characteristics .
- Data model : Data primitives that help describe various functions of the device . When intentionally interacting with a device , The application operates on these data structures .
- Interaction model : Represents a set of operations that can be performed on a device to interact with it . for example , Reading or writing attributes on the device will correspond to the interaction with the device . These operations operate on the structure defined by the data model .
- Action frame : Once an action is built using the interaction model , It will be constructed into a standard packaged binary format , In order to be in “ line ” Get a good expression on .
- Security : Then the encoded action frame is sent to the security layer to encrypt and sign the payload , To ensure that both the sender and receiver of the data packet protect and verify the data .
- Message frames and routing : Through the interaction of encryption and signature , The message layer builds payload formats with required and optional header fields ; It specifies the properties of the message and some routing information .
- IP Framing and transmission management : After building the final payload , Send it to the underlying transport protocol for data transmission IP management .

Matter SDK
Matter SDK (https://github.com/project-chip/connectedhomeip) Is a Matter Standard open source code base , At present, it is still actively developing .
Reference resources :
How to be in ESP32 Developed and used on Matter( Pre name CHIP) | Lexin technology
ESP32 Support smart home connectivity standards Matter( Pre name CHIP)_ Lexin Espressif-CSDN Blog
边栏推荐
- Go项目目录结构介绍
- The first up Master of station B paid to watch the video still came! Price "Persuading" netizens
- [resolved] MySQL exception: error 1045 (28000): unknown error 1045, forgetting the initial password
- app闪退
- [my advanced OpenGL learning journey] about the access methods of vector and matrix classification of OpenGL shaders: xyzw/rgba/stpq and array subscripts
- Cypress nor flash driver - s29glxxxs
- Idea shortcut key
- halcon:读取摄像头并二值化
- [most complete] install MySQL on a Linux server
- 对占用多字节和位的报文信号解析详解
猜你喜欢

next InitializeSecurityContext failed: Unknown error (0x80092012) - 吊销功能无法检查证书是否吊销。

2021-07-02

Xshell transfer file

Introduction to go language pointer

SQL Server2005中SUM函数内嵌套IF语句

Realization of dissolve effect in unity and its principle analysis

视频播放器(一):流程

动态内存管理

踩坑记录:supervisor 日志返回信息:redis扩展未安装

JS widget wave JS implementation of wave progress bar animation style
随机推荐
QT elementary notes
Egret P2 pit encountered by physical engine (1)
Linu基础-分区规划与使用
模拟接口没声明异常抛出异常
Double click the idea to solve the problem of downloading again
Utilisation de la commande grep
Class templates and friends
已解决:initialize specified but the data directory has files in it. Aborting
如果我在珠海,到哪里开户比较好?另外,手机开户安全么?
Egret P2 physical engine (1) small ball falling demo
Introduction to go project directory structure
【SemiDrive源码分析】【X9芯片启动流程】33 - Display模块 相关概念解析
Stm32g0 and FreeRTOS learning summary
FreeRTOS timer group
Resolution: div failed to get keyboard event
Detailed analysis of message signals occupying multiple bytes and bits
All errors reported by NPM
Assembly language learning I (with stack co process, 32-bit registers and related instructions, to be continued 06/29)
Linux服务器安装Redis
Daemon and user threads