Skip to content

THE07s/pc-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pc Peek README

Pc Peek est une application de monitoring système qui utilise OpenHardwareMonitor et OSHI pour récupérer les données système et les afficher via une interface Vaadin ou en ligne de commande.

Prérequis

L'application nécessite OpenHardwareMonitor pour fonctionner. L'exécutable est inclus dans le projet à l'emplacement src/main/resources/native/OpenHardwareMonitor/OpenHardwareMonitor.exe.

Démarrage de l'application

1. Démarrer OpenHardwareMonitor

Avant de lancer l'application, vous devez d'abord démarrer OpenHardwareMonitor :

src/main/resources/native/OpenHardwareMonitor/OpenHardwareMonitor.exe

2. Compiler l'application

Compilez l'application avant de la lancer :

./mvnw.cmd compile -q

3. Lancer l'application

Interface graphique (GUI)

Pour démarrer l'application avec l'interface web Vaadin :

./mvnw.cmd spring-boot:run

Interface en ligne de commande (CLI)

Pour démarrer l'application en mode CLI :

./mvnw.cmd spring-boot:run '-Dspring-boot.run.arguments=--cli'

Build de production

Pour construire l'application en mode production :

./mvnw.cmd -Pproduction package

Getting Started

The Getting Started guide will quickly familiarize you with your new Pc Peek implementation. You'll learn how to set up your development environment, understand the project structure, and find resources to help you add muscles to your skeleton — transforming it into a fully-featured application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages