https://github.com/usagi/sensors
C++ libsensors wrapper library
https://github.com/usagi/sensors
Last synced: 3 months ago
JSON representation
C++ libsensors wrapper library
- Host: GitHub
- URL: https://github.com/usagi/sensors
- Owner: usagi
- Created: 2012-12-27T16:10:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-27T16:18:01.000Z (over 12 years ago)
- Last Synced: 2025-01-13T11:11:21.239Z (5 months ago)
- Language: C++
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sensors
C++ libsensors wrapper library
## Files
### Library entity
* usagi/sensors.hxx
### Sample app.
* cpu_temperature.pro
* cpu_temperature.cxxmkdir build
cd build
qmake ..
make
./cpu_temperature## License
[MIT License](http://opensource.org/licenses/MIT)
## Author
©2012 Usagi Ito / [WonderRabbitProject](http://www.WonderRabbitProject.net).