Starting an issue to discuss creating a [CHIP](https://www.connectedhomeip.com/) (Connected Home over IP) adapter. Starting points: - [CHIP GitHub repo](https://github.com/project-chip/connectedhomeip) - [Source](https://github.com/project-chip/connectedhomeip/tree/master/src) - [Controller API](https://github.com/project-chip/connectedhomeip/tree/master/src/controller) - [Android CHIP demo app](https://github.com/project-chip/connectedhomeip/tree/master/src/android/CHIPTool) - [Documentation](https://github.com/project-chip/connectedhomeip/tree/master/docs) - [CHIP TLV](https://github.com/project-chip/connectedhomeip/blob/master/docs/specs/chip-tlv-format.adoc) (Lightweight JSON-like encoding format for structured data) - [Examples](https://github.com/project-chip/connectedhomeip/tree/master/examples) - [chip-tool](https://github.com/project-chip/connectedhomeip/tree/master/examples/chip-tool) (example CHIP client) - [shell](https://github.com/project-chip/connectedhomeip/tree/master/examples/shell) (example CHIP shell)