https://github.com/jludiaz/systemtracker
System Tracker that sends critical hardware and software computer component information to the user through email.
https://github.com/jludiaz/systemtracker
apache-commons email-sender hardware-tracking intellij java-11-http-client maven oshi sensor-data system-architecture-design system-requirements-specification tcp-server
Last synced: 12 months ago
JSON representation
System Tracker that sends critical hardware and software computer component information to the user through email.
- Host: GitHub
- URL: https://github.com/jludiaz/systemtracker
- Owner: Jludiaz
- Created: 2024-12-17T17:31:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T15:38:22.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:53:16.051Z (about 1 year ago)
- Topics: apache-commons, email-sender, hardware-tracking, intellij, java-11-http-client, maven, oshi, sensor-data, system-architecture-design, system-requirements-specification, tcp-server
- Language: HTML
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Tracker Project
## Project Introduction
A Java application that monitors your system's hardware metrics and sends detailed reports via email. Get insights into CPU performance, memory usage, temperature readings, and other critical system metrics delivered straight to your inbox.
## Features
- Real-time hardware monitoring including:
- CPU metrics (load, cores, frequency, temperature)
- Memory usage and availability
- Graphics card information
- Power source status
- System temperatures and fan speeds
- Sound card details
- Automated email reporting using secure SMTP
- Detailed hardware component identification
- System sensor readings
## Dependencies/Methods
- OSHI (Operating System and Hardware Information): Hardware metrics collection
- Apache Commons Email: Email functionality
- JNA (Java Native Access)
## Configuration
1. Update the email credentials in MessageSender.java
```java
mail.setAuthentication("your-email@gmail.com", "your-app-password");
```
2. Set your recipient email address in Main.java:
```java
String recipient = "recipient@email.com";
```
## Author
Jeremy Lu Diaz
jludiaz@gwu.edu
George Washington University