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. 2521160 - Not showing incorrect warnings for endpoint 0 (#1670) by Bharat Raju · 2 weeks ago main upstream/master
  2. aa68383 Changing the data type by name helpers to use data type name and cluster (#1669) by Bharat Raju · 3 weeks ago
  3. 5adfdc8 Add --no-emoji option to disable emoji characters in console output (#1635) by Paul Regan · 3 weeks ago
  4. 3c41a22 - Add cluster name to the ordering to make sure that the data types always return in the same order every time for matter (#1645) by Bharat Raju · 3 weeks ago
  5. 1759ea6 update pkg runtime to Node 20 for zap-cli packaging (#1665) by Dhruv Chandwani · 4 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