Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
Mbed port needs custom implementation of generic classes that manage with a network connection (for both types physical and CHIP).
From the NetworkCommissionig namespace, we need WiFiDriverImpl.
DeviceNetworkProvisioningDelegatImpl is also required.
These changes are guaranteed to be compatible with the new version of the network cluster.
Proposed Solution
Add platform-specific implementation of WiFiDriverImpl and DeviceNetworkProvisioningDelegatImpl class
Problem
Mbed port needs custom implementation of generic classes that manage with a network connection (for both types physical and CHIP). From the NetworkCommissionig namespace, we need WiFiDriverImpl. DeviceNetworkProvisioningDelegatImpl is also required.
These changes are guaranteed to be compatible with the new version of the network cluster.
Proposed Solution
Add platform-specific implementation of WiFiDriverImpl and DeviceNetworkProvisioningDelegatImpl class