https://github.com/danielstormapps/smc
Read-only wrapper for macOS's System Management Controller (SMC) written in Swift
https://github.com/danielstormapps/smc
cpu-temperature fan-speed gpu-temperature macos smc swift
Last synced: 11 months ago
JSON representation
Read-only wrapper for macOS's System Management Controller (SMC) written in Swift
- Host: GitHub
- URL: https://github.com/danielstormapps/smc
- Owner: DanielStormApps
- License: mit
- Created: 2019-06-30T18:57:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T09:40:17.000Z (about 3 years ago)
- Last Synced: 2025-04-26T20:34:01.283Z (about 1 year ago)
- Topics: cpu-temperature, fan-speed, gpu-temperature, macos, smc, swift
- Language: Swift
- Homepage: https://github.com/DanielStormApps/SMC
- Size: 71.3 KB
- Stars: 46
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SMC
### Read-only wrapper for macOS's System Management Controller (SMC) written in Swift.
#### License
MIT license. See [LICENSE](https://github.com/DanielStormApps/SMC/blob/master/LICENSE) file for more information.
#### References
- [SMCWrapper](https://github.com/FergusInLondon/SMCWrapper)
- [SMCKit](https://github.com/beltex/SMCKit)