Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.HardwareMonitor
vl nodes interfacing LibreHardwareMonitor
https://github.com/vvvv/VL.HardwareMonitor
Last synced: 2 months ago
JSON representation
vl nodes interfacing LibreHardwareMonitor
- Host: GitHub
- URL: https://github.com/vvvv/VL.HardwareMonitor
- Owner: vvvv
- License: mpl-2.0
- Created: 2018-10-22T15:28:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T07:31:32.000Z (about 4 years ago)
- Last Synced: 2024-12-07T16:41:55.722Z (2 months ago)
- Size: 1.43 MB
- Stars: 5
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.HardwareMonitor - Nodes to retrieve various metrics from your computer hardware (Libraries / System & Extensions)
README
# VL.HardwareMonitor
A set of nodes interfacing LibreHardwareMonitor, allowing you to retrieve various metrics from your computer hardware (GPU load/temperature, RAM load, etc).
Based on the [LibreHardwareMonitorLibCore](https://www.nuget.org/packages/LibreHardwareMonitorLibCore/) nuget which in turn is a fork of the original [OpenHardwareMonitor](https://openhardwaremonitor.org/).
## Using the library
In order to use this library with VL, you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there, go to the command line and then type :
```
nuget install VL.HardwareMonitor -pre
```Once the VL.HardwareMonitor nuget is installed and referenced in your VL document, you'll see the `HardwareMonitor` and `GetHardwareInfo` nodes under the `System` category in the nodebrowser.
An overview help patch is available via the Help Browser!
## Notes
- Certain sensor values require the program to run with admin rights!