https://github.com/open-school-bell/sounder
The sounder agent for Open School Bell
https://github.com/open-school-bell/sounder
raspberry-pi
Last synced: 3 months ago
JSON representation
The sounder agent for Open School Bell
- Host: GitHub
- URL: https://github.com/open-school-bell/sounder
- Owner: Open-School-Bell
- License: mit
- Created: 2025-03-03T17:11:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-03T19:03:47.000Z (3 months ago)
- Last Synced: 2026-04-03T21:33:27.929Z (3 months ago)
- Topics: raspberry-pi
- Language: TypeScript
- Homepage: https://openschoolbell.co.uk/docs/installation/sounder/
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Support: support/bin.sh
Awesome Lists containing this project
README
# Sounder
## Install
[Installting the Sounder](https://openschoolbell.co.uk/docs/installation/sounder/)
## CLI
Enroll the sounder in a controller
```sh
sounder --enroll --controller http://host:port
```
Start the sounder.
```sh
sounder --start
```
Update configuration
```sh
sounder -u
```
Update the controller address
```sh
sounder -c http://host:port
```