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