From d617b713b4dbe8201b8f620688fdaddf7e5493c6 Mon Sep 17 00:00:00 2001 From: jecsham Date: Tue, 15 Jun 2021 18:43:00 -0500 Subject: [PATCH] update readme.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cd0fa8f..280083d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # What is Sensor Stream? Sensor Stream allows you to stream sensor data of pc components like gpu, cpu, ram, storage, etc, of your PC through UDP datagrams or WebSockets. +Sensor Stream use [LibreHardwareMonitorLib](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) as main library. + ### API Check all api docs at https://sensorstream.jecsham.com +### Run/Develop +1. Download/clone this repository. +2. Download/clone [LibreHardwareMonitorLib](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) repository and compile. +3. Add references to `LibreHardwareMonitorLib.dll` and `HidSharp.dll` in this project. +5. Ready to run + + ### MIT License Copyright (c) 2021 Jecsham Castillo \ No newline at end of file