jSensors icon indicating copy to clipboard operation
jSensors copied to clipboard

Monitorize all the hardware sensors of your PC using Java

Results 17 jSensors issues
Sort by recently updated
recently updated
newest added

i added jSensors as a maven dependecy to my project and i am trying to get temp's in a rest controller, so when i run my applicatioin with intellij idea,...

This would add support for modern CPUs and AMD Cpus https://github.com/LibreHardwareMonitor/LibreHardwareMonitor Fixing #15

Hi, your download link https://github.com/profesorfalken/profesorfalken.github.io/raw/master/files/jSensors-2.2-jar-with-dependencies.jar in README is leading to private repo and unavailable

I have an i5 8600K, which gets recognized by the software. It shows the Load of each core but not the Temperature? Is there something I or you can do...

i copy-past this code from main page ` Components components = JSensors.get.components(); List cpus = components.cpus; if (cpus != null) { for (final Cpu cpu : cpus) { System.out.println("Found CPU...

@profesorfalken I include all .jar files and try to run example code which is > List cpus = components.cpus; > if (cpus != null) { > for (final Cpu cpu...

Hello, I tried to use jSensors for a university project, but I always get this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at com.profesorfalken.jsensors.SensorsConfig.(SensorsConfig.java:33) at com.profesorfalken.jsensors.JSensors.(JSensors.java:51) at com.profesorfalken.jsensors.JSensors.(JSensors.java:41) at monitoradordetemperatura.MonitoradorDeTemperatura.main(MonitoradorDeTemperatura.java:25)...