Matter 仓库介绍

1.connectedhomeip-specicon-default.png?t=M85Bhttps://github.com/CHIP-Specifications/connectedhomeip-spec

此仓库为Matter规范技术文档(specifications), 采用 AsciiDoc方式编写在 src文件中.

​build-sample​ 分支有构建好的 html或者pdf

构建方式

HTML

# To build Matter Core Specification in /build/html/index.html
    make html
# To build App Cluster Specification in /build/html/appclusters.html
    make html-appclusters-book

PDF

# To build Matter Core Specification in /build/pdf/main.pdf
    make pdf
# To build Matter App Cluster Specification in /build/pdf/appclusters.pdf
    make pdf-appclusters-book

Paragraph-numbered PDF or HTML output

# for PDF
    make ENABLE_PARAGRAPH_NUMBERING=1 pdf
# for HTML
    make ENABLE_PARAGRAPH_NUMBERING=1 html

生成的文档主要是 main.pdf、device_library.pdf、appclusters.pdf

Matter 仓库介绍_第1张图片

 

2.main.pdf

是matter 技术总览

目录如下

Matter 仓库介绍_第2张图片

2. device_library 是设备类型分类

Matter 仓库介绍_第3张图片

 3.appclusters.pdf是设备cluster集合

Matter 仓库介绍_第4张图片

 Matter 仓库介绍_第5张图片

 

2.

chip-test-plansicon-default.png?t=M85Bhttps://github.com/CHIP-Specifications/chip-test-plans

测试计划在以下分支中自动生成: https ://github.com/chip-csg/chip-test-plans/tree/gh-site

HTML

make html (1)

PDF

make pdf (1)

3.树莓派认证测试工具chip-certification-toolicon-default.png?t=M85Bhttps://github.com/CHIP-Specifications/chip-certification-tool

树莓派要求

  • SD card 64 GB or more

  • RaspberryPi 4 or newer with at least 4 GB RAM

 连接指令:ssh-copy-id -i ~/.ssh/id_rsa ubuntu@

Creating network "chip-default" with the default driver
Creating network "chip-certification-tool_traefik-public" with the default driver
Creating chip-certification-tool_db_1       ... done
Creating chip-certification-tool_proxy_1    ... done
Creating chip-certification-tool_frontend_1 ... done
Creating chip-certification-tool_backend_1  ... done

  • Use ./start.sh under the project root folder to install dependencies for Test Harness.

  • You should see the below output on your terminal at the end of execution.

树莓派镜像

tag v2.5

https://github.com/CHIP-Specifications/chip-certification-tool/releases/tag/v2.5

镜像地址

版本:“Final SVE-2”
操作系统:Ubuntu LTS 22.04

GitHub 版本的图像大小限制为 2GB,因此请从以下任一服务器下载:

1. Sharepoint - 还包含 Thread Firmware
2. Google Drive

用户:Ubuntu / 密码:raspberrypi

3.matter-dissector

Matter Wireshark 解析器是一个 Wireshark 插件,支持解析包含 Matter 消息的网络数据包。Matter 仓库介绍_第6张图片

6.公共项目 Matter源码

connectedhomeipMatter (formerly Project CHIP) is creating more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance (formerly Zigbee Alliance). - GitHub - CHIP-Specifications/connectedhomeip: Matter (formerly Project CHIP) is creating more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance (formerly Zigbee Alliance).https://github.com/CHIP-Specifications/connectedhomeip 

你可能感兴趣的:(Matter,iot)