RAM DIMM Temperatures Reading Solution (Smbus ?!)
Budget: €50 – €100 EUR
I need a fully working solution to get RAM DIMM Temperatures.
Example of already existing software (but without being able to get their code) is:
- MSI Center
- SIV - System Information Viewer (http://rh-software.com/)
- CPUID HWMonitor (https://www.cpuid.com/softwares/hwmonitor.html)
I have already tried using Smbus to read the values, but failed. If you have more expertise, I would gladly take your code - if it works. The values I got are nowhere near the actual temperature.
Code has to be in either C, C++ or C#. If you have it in pure C, I would appreciate a simple C++ wrapper so I don't have to do it myself and save some time.
Please deliver a simple console app which shows the temperature output and updates every second.
I will compare the values your code / binary outputs to the mentioned existing software, so I can assure that it will work on my system. Preferably it should work on multiple / all systems. Of course that will be compensated. If I get everything to work properly, I will integrate this code to one or more github projects.
Thank you :) I hope you can deliver a great working code !
Example of already existing software (but without being able to get their code) is:
- MSI Center
- SIV - System Information Viewer (http://rh-software.com/)
- CPUID HWMonitor (https://www.cpuid.com/softwares/hwmonitor.html)
I have already tried using Smbus to read the values, but failed. If you have more expertise, I would gladly take your code - if it works. The values I got are nowhere near the actual temperature.
Code has to be in either C, C++ or C#. If you have it in pure C, I would appreciate a simple C++ wrapper so I don't have to do it myself and save some time.
Please deliver a simple console app which shows the temperature output and updates every second.
I will compare the values your code / binary outputs to the mentioned existing software, so I can assure that it will work on my system. Preferably it should work on multiple / all systems. Of course that will be compensated. If I get everything to work properly, I will integrate this code to one or more github projects.
Thank you :) I hope you can deliver a great working code !