Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabbertorres/systeminfo
A cross-platform collection of functions to get hardware information about a computer.
https://github.com/dabbertorres/systeminfo
Last synced: about 2 months ago
JSON representation
A cross-platform collection of functions to get hardware information about a computer.
- Host: GitHub
- URL: https://github.com/dabbertorres/systeminfo
- Owner: dabbertorres
- License: mit
- Created: 2014-07-18T22:45:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T08:16:58.000Z (almost 4 years ago)
- Last Synced: 2023-08-21T18:13:16.315Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
systemInfo
==========A cross-platform header file to get hardware information about a computer.
How to use
==========
Include the file in one of your project files, and call any of the functions!
The functions will return a std::string of the info. Up to you how you then want to format it.Progress
========
Linux info is pretty much done.
Windows info is partially done.
OSX hasn't been started, as I don't have an OSX machine to test on.