Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/matter-examples
Matter app examples
https://github.com/electrocucaracha/matter-examples
matter
Last synced: about 1 month ago
JSON representation
Matter app examples
- Host: GitHub
- URL: https://github.com/electrocucaracha/matter-examples
- Owner: electrocucaracha
- Created: 2023-01-10T19:19:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T00:27:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T16:12:42.565Z (3 months ago)
- Topics: matter
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matter examples
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub Super-Linter](https://github.com/electrocucaracha/matter-examples/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)
![visitors](https://visitor-badge.glitch.me/badge?page_id=electrocucaracha.matter-examples)This project automates the setup for testing some [Matter][1] applications.
It's mail goal is to understand better the dependencies and steps required in
the setup.## Virtual Machines
The [Vagrant tool][2] is used for provisioning Ubuntu Focal Virtual
Machines. It's highly recommended to use the *setup.sh* script
of the [bootstrap-vagrant project][3] for installing Vagrant
dependencies and plugins required for this project. That script
supports two Virtualization providers (Libvirt and VirtualBox) which
are determine by the **PROVIDER** environment variable.curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash
Once Vagrant is installed, it's possible to provision a Virtual
Machine using the following instructions:vagrant up
[1]: https://csa-iot.org/all-solutions/matter/
[2]: https://www.vagrantup.com/
[3]: https://github.com/electrocucaracha/bootstrap-vagrant