ZAP stands for ZCL Advanced Platform. It is used to configure clusters, attributes and other entities for Matter and ZigbeePro applications.

Clone this repo:
  1. d5ca93b ZAPP-1695: Enable toggling desc features to fix the TagList feature issue (#1685) by Ethan Zhou · 28 hours ago main upstream/master
  2. e33856a Add test for Tour in Multiprotocol mode (#1681) by Tibor Kollar · 7 days ago
  3. 854958f Improve coverage with Cypress E2E tests and split test setup by mode (Zigbee/Matter/Multiprotocol) (#1680) by Tibor Kollar · 8 days ago
  4. c1d835e Adding unit tests to improve the code coverage of jest unit tests in ZAP (#1652) by Bharat Raju · 4 weeks ago
  5. 63a4f0b Add aarch64 paths to `apack.json` for Linux and Windows (#1677) by puddly · 5 weeks ago

ZCL Advanced Platform

ZCL Advanced Platform

Build and release packages Zigbee code regeneration Matter code regeneration

What is ZAP?

ZAP is a generic generation engine and user interface for applications and libraries based on Zigbee Cluster Library, the specification developed by the Connectivity Standards Alliance.

ZAP allows you to perform the following:

  • perform SDK-specific customized generation of all global artifacts (constants, types, IDs, etc) based on the ZCL specification
  • provide UI for the end-user to select specific application configuration (clusters, attributes, commands, etc.)
  • perform SDK-specific customized generation of all user selected configuration artifacts (application configuration, endpoint configuration, etc) based on ZCL specification and customer-provided application configuration.

ZAP is a generic templating engine. Examples are provided for how to generate artifacts for the C language environment, but one could easily add new templates for other language environments, such as C++, java, node.js, python or any other.

Quick setup

Refer to Setup Instructions

Source code

Refer to development instructions for more details.

License

This software is licensed under Apache 2.0 license.

Usage Documentation

Detailed Developer Documentation