Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snap connection commands for Ubuntu Core #13

Closed
MonicaisHer opened this issue Oct 5, 2023 · 0 comments · Fixed by #15
Closed

Add snap connection commands for Ubuntu Core #13

MonicaisHer opened this issue Oct 5, 2023 · 0 comments · Fixed by #15

Comments

@MonicaisHer
Copy link
Contributor

chip-tool-snap/README.md

Lines 18 to 26 in 00c7f0f

Connect the [`avahi-observe`](https://snapcraft.io/docs/avahi-observe-interface) interface to allow DNS-SD based discovery:
```bash
sudo snap connect chip-tool:avahi-observe
```
Connect the [`bluez`](https://snapcraft.io/docs/bluez-interface) interface for device discovery over Bluetooth Low Energy (BLE):
```bash
sudo snap connect chip-tool:bluez
```

The above commands throw errors and should be adjusted for Ubuntu Core OS:

$ sudo snap connect chip-tool:avahi-observe
error: snap "snapd" has no "avahi-observe" interface slots
$ sudo snap connect chip-tool:bluez
error: snap "snapd" has no "bluez" interface slots
$ sudo snap connect chip-tool:avahi-observe avahi
$ sudo snap connect chip-tool:bluez bluez:service
@farshidtz farshidtz changed the title Correct snap connections on Ubuntu Core Add snap connection commands for Ubuntu Core Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant