KyodaiKen / LHMDashboardHTML5

Mozilla Public License 2.0
0 stars 0 forks source link

LHM usage #1

Open NazgulCoder opened 10 months ago

NazgulCoder commented 10 months ago

Hi,

Im trying to get this script done and working, do you have any tips for it?

I'm trying to understand how your scripts works and it expects a data.json file so it can extract it and work on it, but how would it "deal" directly with LibreHardwareMonitor?

KyodaiKen commented 10 months ago

Hi,

Libre Hardware Monitor now has it built in. There's a web server that you can access to read info via JSON.

Also HWiNFO has a feature where you can load data via shared library. You need to get remotehwinfo for the webserver part in that case.

The JS and HTML5 stuff is for displaying the data in charts in a browser. For this I had modified Libre Hardware Monitor to add this functionality to the web server to deliver the java scripts and html file.

I hope it helps!