Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csutorasa/go-openrgb-sdk
OpenRGB SDK go client
https://github.com/csutorasa/go-openrgb-sdk
Last synced: about 2 months ago
JSON representation
OpenRGB SDK go client
- Host: GitHub
- URL: https://github.com/csutorasa/go-openrgb-sdk
- Owner: csutorasa
- License: mit
- Created: 2024-10-10T19:45:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T08:43:50.000Z (3 months ago)
- Last Synced: 2024-11-11T11:43:02.443Z (2 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# go-openrgb-sdk
This library implements the [OpenRGB SDK](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki/-/blob/stable/Developer-Documentation/OpenRGB-SDK-Documentation.md). It is recommended to use server protocol version 1 at least (OpenRGB version 0.5 or newer).
## Install
Go 1.18 is the minimum supported version.
```sh
go get github.com/csutorasa/go-openrgb-sdk
```## Example
Examples can be found in the [example](example) directory.