ARMmbed / connectedhomeip

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.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Mbed implementation of WiFiDriver and DeviceNetworkProvisioningDelagate #204

Closed ATmobica closed 2 years ago

ATmobica commented 2 years ago

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