Skip to content

Commit

Permalink
Add snap connection commands for Ubuntu Core (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Farshid Tavakolizadeh <[email protected]>
  • Loading branch information
MonicaisHer and farshidtz authored Oct 13, 2023
1 parent 00c7f0f commit 4f357da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ Connect the [`bluez`](https://snapcraft.io/docs/bluez-interface) interface for d
sudo snap connect chip-tool:bluez
```

> **Note**
> On **Ubuntu Core**, the `avahi-control` and `bluez` interfaces are not provided by the system.
>
> These interfaces are provided by other snaps, such as the [Avahi](https://snapcraft.io/avahi) and [BlueZ](https://snapcraft.io/bluez) snaps.
> To install the snaps and connect to the interfaces, run:
> ```bash
> sudo snap install avahi bluez
> sudo snap connect chip-tool:avahi-observe avahi:avahi-observe
> sudo snap connect chip-tool:bluez bluez:service
> ```
>
### Commissioning into IP network
Discover using DNS-SD and pair:
```bash
Expand Down

0 comments on commit 4f357da

Please sign in to comment.