DEV Community

Ivan
Ivan

Posted on

Wireview Monitor โ€“ Linux userspace driver for WIREVIEW Pro II GPU monitoring

https://github.com/panayotovip/wireview-monitor.git

๐Ÿง  What is Wireview Monitor

Wireview Monitor is an unofficial Linux userspace driver for the WIREVIEW Pro II GPU power monitoring device.

It reads data from the hardware and exposes it in a simple and script-friendly way via files in

/run/wireview-monitor/.

โš ๏ธ This is not an official tool and is not affiliated with the device manufacturer.

Use it at your own risk.


๐Ÿš€ Why it exists

The goal of this project is to make GPU power monitoring data:

  • Easily accessible from Linux
  • Usable by scripts, tools, or custom UIs
  • Independent from vendor software

๐Ÿ”ง Features

  • Reads real-time power, voltage, current and temperature data
  • Runs as a daemon
  • Exposes metrics via files in /run
  • Includes a CLI / UI client
  • Clean and minimal design

๐Ÿ“ฆ Installation

git clone https://github.com/panayotovip/wireview-monitor.git
cd wireview-monitor

# Build release binaries
make release

# Install binaries, systemd service and udev rules
sudo make install
Enter fullscreen mode Exit fullscreen mode

๐Ÿงช Requirements

Linux with systemd

Rust toolchain for building

WIREVIEW Pro II device


Top comments (0)