https://github.com/kirainmoe/tongfangenhancer
A macOS kernel extension enables hotkey and fan control support for Tongfang laptops.
https://github.com/kirainmoe/tongfangenhancer
Last synced: 3 months ago
JSON representation
A macOS kernel extension enables hotkey and fan control support for Tongfang laptops.
- Host: GitHub
- URL: https://github.com/kirainmoe/tongfangenhancer
- Owner: kirainmoe
- License: gpl-2.0
- Created: 2021-12-03T01:34:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T11:36:39.000Z (over 3 years ago)
- Last Synced: 2025-01-04T03:29:28.505Z (5 months ago)
- Language: C++
- Homepage:
- Size: 1.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TongfangEnhancer
The final piece of the puzzle: A macOS kernel extension enables hotkey and fan control support for Tongfang laptops.
## Components
This driver currently consists of `VoodooWMI.kext`, `TongfangEnhancer.kext` and `TongfangEnhancerDaemon` and `FanCLI`.
### VoodooWMI
A Windows Management Instrumentation platform driver for macOS.
### TongfangEnhancer
This kernel extension provides interfaces for interacting with WMI through VoodooWMI, and implements handlers like hotkey and fan control.
### TongfangEnhancerDaemon
This application handles hotkey or fan control requests sent by users. It also takes a part in OSD and adjusting the fan control speed curve.
### FanCLI
A command line interface to control the fan speed manually.
## Credits
- [VoodooWMI](https://github.com/Goshin/VoodooWMI/)
## License
TongfangEnhancer is licensed under GNU Public Licence V2.