https://github.com/electrocucaracha/chip
Instructions required for building Connected Home over IP source code
https://github.com/electrocucaracha/chip
chip
Last synced: 6 months ago
JSON representation
Instructions required for building Connected Home over IP source code
- Host: GitHub
- URL: https://github.com/electrocucaracha/chip
- Owner: electrocucaracha
- Created: 2021-04-15T00:53:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T22:50:59.000Z (about 4 years ago)
- Last Synced: 2025-02-15T05:42:09.642Z (8 months ago)
- Topics: chip
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connected Home over IP
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/marketplace/actions/super-linter)
[](https://github.com/rubocop/rubocop)## Summary
Project [Connected Home over IP][1] 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.This project automates the [instructions][2] required for installing and
building the CHIP's source code.## Setup
This project uses [Vagrant tool][3] for provisioning Virtual Machines
automatically. It's highly recommended to use the `setup.sh` script
of the [bootstrap-vagrant project][4] for installing Vagrant
dependencies and plugins required for its project. The script
supports two Virtualization providers (Libvirt and VirtualBox).curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash
Once Vagrant is installed, it's possible to deploy a dev environment
with the following instruction:VAGRANT_EXPERIMENTAL=disks vagrant up
[1]: https://www.connectedhomeip.com/
[2]: https://github.com/project-chip/connectedhomeip/blob/master/docs/BUILDING.md
[3]: https://www.vagrantup.com/
[4]: https://github.com/electrocucaracha/bootstrap-vagrant