I've started a custom water cooled PC build and would like a front panel to show system temps, fan speeds and other useful info. Only problem being that the Panel I most like is only available for Asus ROG boards and mine isn't a ROG model...
So now it's got me thinking if it's possible to create my own panel using a small Android phone or tablet? But whilst it will be easy to create a nice functional interface, I'm pretty sure it's going to be a nightmare getting the required system info. Ideally I would want the following data...
CPU info can be extracted using the Win32_Processor class
https://msdn.microsoft.com/en-us/library/windows/hardware/aa394373(v=vs.85).aspx
But my question is, what would be the most appropriate programming language to use? I'm guessing that B4A won't have any way of accessing the Windows System? But if I use B4J, .NET or C then I could run the App directly on the PC and send the info to a small screen.
Has anyone else tried something similar already?
Are you able to offer advice or pointers in what would be the best direction to take?
My PC will be running Windows 10 (64 bit), it's hopefully going to be a real power house. It's my first water cooled build!
Thanks,
RandomCoder
So now it's got me thinking if it's possible to create my own panel using a small Android phone or tablet? But whilst it will be easy to create a nice functional interface, I'm pretty sure it's going to be a nightmare getting the required system info. Ideally I would want the following data...
- CPU speed
- CPU load
- RAM speed
- RAM load
- Fan speeds
- System temps
- Storage capacities
- Network activity
CPU info can be extracted using the Win32_Processor class
https://msdn.microsoft.com/en-us/library/windows/hardware/aa394373(v=vs.85).aspx
But my question is, what would be the most appropriate programming language to use? I'm guessing that B4A won't have any way of accessing the Windows System? But if I use B4J, .NET or C then I could run the App directly on the PC and send the info to a small screen.
Has anyone else tried something similar already?
Are you able to offer advice or pointers in what would be the best direction to take?
My PC will be running Windows 10 (64 bit), it's hopefully going to be a real power house. It's my first water cooled build!
Thanks,
RandomCoder