当前位置:网站首页>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
边栏推荐
- FreeRTOS timer group
- 我今年毕业,但我不知道我要做什么
- The simulation interface does not declare an exception and throws an exception
- [datawhale team learning] task02: mathematical operation, string and text, list
- Can introduction
- Deploying web projects using idea
- 动态内存管理
- Egret engine P2 physics engine (2) - Funny physical phenomenon of small balls hitting the ground
- Grep command usage
- 单测调用对象的私有方法
猜你喜欢
随机推荐
[semidrive source code analysis] [x9 chip startup process] 34 - RTOS side display module SDM_ display_ Init display initialization source code analysis
QT generate random number qrandomgenerator
Running lantern effect JS text rotation effect realization
Double click the idea to solve the problem of downloading again
Develop common dependency Libraries
Starting MySQL ERROR! Couldn‘t find MySQL server (/usr/local/mysql/bin/mysqld_safe)
单测调用对象的私有方法
Error reporting record
【最全】linux服务器上安装Mysql
Starting MySQL ERROR! Couldn‘t find MySQL server (/usr/local/mysql/bin/mysqld_safe)
Cypress nor flash driver - s29glxxxs
app quits unexpectedly
Go语言指针介绍
Skillfully use 5 keys to improve office efficiency
Out of class implementation of member function of class template
B站首个UP主付费观看视频还是来了!价格“劝退”网友
Stm32g0 and FreeRTOS learning summary
Determine whether the picture is in JPG picture format
Nested if statement in sum function in SQL Server2005
社招两年半10个公司28轮面试面经









