Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkw/vupdaters
Streacom VU-Dials utilities
https://github.com/hawkw/vupdaters
Last synced: 7 days ago
JSON representation
Streacom VU-Dials utilities
- Host: GitHub
- URL: https://github.com/hawkw/vupdaters
- Owner: hawkw
- License: mit
- Created: 2024-02-09T02:38:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T17:52:55.000Z (7 months ago)
- Last Synced: 2024-05-02T00:09:10.952Z (6 months ago)
- Language: Rust
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vupdaters
[![CI]](https://github.com/hawkw/vupdaters/actions/workflows/ci.yml)
[![GitHub License]](https://github.com/hawkw/vupdaters/blob/main/LICENSE)
[![GitHub Sponsors]](https://github.com/sponsors/hawkw)
[![FlakeHub]](https://flakehub.com/flake/mycoliza/vupdaters)
[![built with garnix]](https://garnix.io)[CI]: https://github.com/hawkw/vupdaters/actions/workflows/ci.yml/badge.svg?branch=main
[GitHub License]: https://img.shields.io/github/license/hawkw/vupdaters?style=flat
[GitHub Downloads]:
https://img.shields.io/github/downloads/hawkw/vupdaters/total?logo=github
[GitHub Sponsors]: https://img.shields.io/github/sponsors/hawkw?logo=github
[FlakeHub]:
https://img.shields.io/endpoint?url=https://flakehub.com/f/mycoliza/vupdaters/badge
[built with garnix]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fhawkw%2Fvupdaters%3Fbranch%3DmainTools for controlling [Streacom VU-1 dials], written in Rust.
This repository contains the following crates:
- [`vupdaters`]: Contains the following application binaries:
- `vupdated`: A daemon process that runs in the background and periodically
updates the VU-1 dials, based on a configuration file.
- `dialctl`: A command-line tool for getting the current state of the dials
and updating them manually.
- [`vu-api`]: A Rust library providing API bindings for the [VU-Server HTTP
API].[Streacom VU-1 dials]: https://streacom.com/products/vu1-dynamic-analogue-dials/
[VU-Server HTTP API]: https://docs.vudials.com/api_messaging/
[`vupdaters`]: https://github.com/hawkw/vupdaters/tree/main/vupdaters
[`vu-api`]: https://github.com/hawkw/vupdaters/tree/main/api