Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliperkins/gatito
Toying around with Bonjour, Network.framework and my Elgato Key Light Air
https://github.com/eliperkins/gatito
Last synced: 14 days ago
JSON representation
Toying around with Bonjour, Network.framework and my Elgato Key Light Air
- Host: GitHub
- URL: https://github.com/eliperkins/gatito
- Owner: eliperkins
- License: mit
- Created: 2022-10-19T22:18:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T01:00:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T20:42:59.326Z (28 days ago)
- Language: Swift
- Size: 17.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatito
A set of tools and apps to work with [Elgato Key Lights](https://www.elgato.com/en/key-light) from macOS, iOS, tvOS and watchOS.
## Gatito.app
A macOS menu bar app to toggle lights on/off, change brightness and temperature.
[Download the latest release](http://github.com/eliperkins/gatito/releases/latest)
### Requirements
- macOS 13+
## `gatito`
A CLI app to toggle lights on/off, change brightness and temperature.
[Download the latest release](http://github.com/eliperkins/gatito/releases/latest)
### Requirements
- macOS 12+
## GatitoKit
A Swift package to find and communicate with lights, toggle on/off, change brightness and temperature.
Uses [Network.framework](https://developer.apple.com/documentation/network) + Bonjour to discover lights.
### Requirements
- macOS 12+
- iOS 16+
- tvOS 16+
- watchOS 9+## Acknowledgements
- h/t to @thomaspaulmann for [the Raycast Elgato extension](https://github.com/raycast/extensions/tree/4479d612107d01bc93466c2ce7049e8b6fa79bfe/extensions/elgato-key-light/), which served as inspriation and learning for this.