Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkvoll/innosonix-maxx
Experiments with the Innosonix Rest API
https://github.com/nkvoll/innosonix-maxx
Last synced: 3 days ago
JSON representation
Experiments with the Innosonix Rest API
- Host: GitHub
- URL: https://github.com/nkvoll/innosonix-maxx
- Owner: nkvoll
- License: mit
- Created: 2022-10-31T11:39:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T11:39:41.000Z (about 2 years ago)
- Last Synced: 2024-11-09T11:36:37.561Z (about 2 months ago)
- Language: Go
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## WIP imctl - A tool for interacting with Innosonix Maxx Amplifiers
This is a **work in progress**, no guarantees about suitability for purpose for anything, nor that it will not damage your equipment. Use at your own risk.
The main reason for doing this was a desire to have a simple way of automatically enabling and disabling amplifier channels on an [Innosonix MAXX / MA32/D²](https://innosonix.de/maxxSeries.html?typ=ma32d2) amplifier to realize some power savings.
### Basic usage
```
$ go run ./cmd/main/main.go help
$ go run ./cmd/main/main.go examples auto-ampenable --addr --token
```#### Docker usage
An not guaranteed to be up to date version is every once in a while pushed to `nkvoll/innosonix-maxx:latest` (no version tagging) to experience with without building/installing.
Example:
```
$ docker run --rm -it nkvoll/innosonix-maxx:latest imctl help
$ docker run --rm -it nkvoll/innosonix-maxx:latest imctl examples mute --addr --token
$ docker run --rm -it nkvoll/innosonix-maxx:latest imctl examples auto-ampenable --addr --token
```### Looking for alternatives?
- [rest.sh OpenAPI](https://rest.sh/#/openapi) could be a more generic approach to the whole CLI part for now?