1 مستودع
Drivers operating in ring-0 to access hardware registers and memory addresses directly.
Distinct from Kernel Driver Implementation: Specializes kernel driver implementation specifically for raw sensor data access rather than filesystems.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel-Mode Sensor Drivers. Refine with filters or upvote what's useful.
LibreHardwareMonitor is a .NET library and system health monitoring tool for Windows. It provides a programmatic hardware sensor API and a low-level interface to access real-time temperature, voltage, and fan speed data from computer hardware components. The project serves as a bridge between Windows operating system calls and physical sensors, allowing for the monitoring of processors, graphics cards, motherboards, storage devices, and network adapters. This enables the tracking of system stability and the collection of environmental changes across various hardware components. The software
Uses a Ring-0 kernel driver to access low-level sensor readings unavailable to user-mode applications.