https://github.com/nholthaus/govee-sync
A Govee DreamSync replacement for the H6047 that isn't Chinese spyware
https://github.com/nholthaus/govee-sync
Last synced: 7 months ago
JSON representation
A Govee DreamSync replacement for the H6047 that isn't Chinese spyware
- Host: GitHub
- URL: https://github.com/nholthaus/govee-sync
- Owner: nholthaus
- License: mit
- Created: 2024-03-03T19:26:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:19:30.000Z (about 1 year ago)
- Last Synced: 2025-01-22T00:43:47.714Z (9 months ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Govee Sync
A Govee DreamSync replacement for the H6047 that isn't Chinese spyware.
## Build
### Windows
#### Requirements
| Tool | Minimum Version |
|--------------------|-----------------|
| Cmake | 3.22.1 |
| Qt | 6.2.4 |
| Visual Studio 2022 | 17.9.2 |#### Build
```bash
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
```---
### Ubuntu 22.04
#### Requirements
| Tool | Minimum Version |
|-------|-----------------|
| Cmake | 3.22.1 |
| Qt | 6.2.4 |
| g++ | 11.4.0 |## Reference
[Govee LAN API Reference](https://app-h5.govee.com/user-manual/wlan-guide)
[Govee Developer API Reference](https://govee-public.s3.amazonaws.com/developer-docs/GoveeDeveloperAPIReference.pdf)