Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from project-chip/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 compatibili…
C++ 1
-
Forked from openweave/openweave-core
openWeave is a home area network application protocol stack designed to enable asynchronous, symmetric, device-to-device, device-to-mobile and device-to-cloud communications for control path and da…
C++
78 contributions in the last year
Contribution activity
September 2020
Created a pull request in project-chip/connectedhomeip that received 5 comments
Fix circular dependency issue when linking message layer
Problem PlatformLayer is responsible for initilizing the CHIP stack, it should depend on the libcore which is the dependent of most of CHIP Core st…
Created an issue in project-chip/connectedhomeip that received 1 comment
Implement the missing parts to link message layer to CHIP
Problem Currently, message layer was pulled in with headers-only for dependencies, it was not linked to CHIP stack yet. Proposed Solution Need to i…