S.M.A.R.T. Lib for Qt
-
Hello,
I am writing a small app that should monitor several system values. For HDDs / SSDs there are S.M.A.R.T. values, containing for ex. a power cycle count.
I found this VC++ Project but I want to build my app with Qt:
http://www.codeproject.com/Articles/16671/Hard-drive-information-using-S-M-A-R-TThis project uses MFC - as I want to use Qt Widgets and the values should be stored in Sqlite, I need to rewrite it.
Is there a SMART C++ Lib or code? Googling is difficult as there are to many "smart pointers" results.
Thanks!
-
Hello,
"this":http://sourceforge.net/apps/trac/smartmontools/wiki might help.