t3hl33td4rg0n
New member
I was looking into making a custom version with a fancy web based UI to monitor hardware stats... Here's the prototype:

Did you ever finish this project? Looks really nifty for monitoring from a tablet.
EDIT: And yes, that was my exact idea. Have a tablet or other mobile device on the desk to view stats without overlays and such. Technically you can already do this with Open Hardware Monitor but the web GUI leaves a lot to be desired. I'm hoping to get the ability to see current FPS as well - last I checked that wasn't available, so I'll put in a feature request to get this integrated somehow.
Yea I have already poked around in it, and while I am capable of reproducing what you have in mind, I am uh... occupied all the time, with stuff.. totally not super lazy
I mean why do all that work when someone else can do it for you![]()
![]()
As long as you can retrieve the sensor data with whatever you want to use, there shouldn't be a problem switching the html folder out with what you want. I haven't gone in and looked at what you are given to work with exactly, but it appears to be a simple array.
Well they are static files, not dynamically created, so unless there are functions to actually check and verify the files in the web folder (I highly doubt it), then there shouldn't be any issues.
You could do a quick check by molesting one of the files and seeing if it throws a fit. I don't see a reason why any of those files would be a dependency for something else so I am pretty sure you will be ok.
Kick it?Well, I got some good news and some bad news.
The good news is that I got VS installed and working.
The bad news is that the solution doesn't want to build because its looking for the project files I replaced with my own stuff.
I'm working on it though![]()
Kick it?
Success!:P
btw, it's working! The servlet is serving up all the files as intended. So it's time to figure out how I'm going to parse this JSON.
I figured it could be using embedded resources. Maybe you can switch it to a linked resource, just linking an entire external "Web" folder so you don't have to mess around adding/removing things every time you want to add or change files.