This tool is written in Java and designed to monitor devices. It can work as both a server and an agent, supporting both local and public connections.
- Dual Mode: The program can run as a server to collect data or as an agent to monitor a specific device.
- Flexible Connectivity: Works on your local network or can be accessed publicly over the internet.
- Custom Ports: Users can easily change the port or IP address to connect different devices.
This program is designed to track and manage devices in real-time. It is ideal for users who need a simple way to monitor system performance or device status through a centralized server.
- Startup: Launch the program as a server. By default, it runs on
localhost:8080. - Monitoring: Once the server is running, connect agents to it by specifying the server's IP and port.
- Data Flow: The agent monitors the device and sends information back to the server.
Run the server (Default: localhost:8080):
java -jar target/serverbite-0.0.1-SNAPSHOT.jarRun on a custom port or connect to a specific server:
java -jar target/serverbite-0.0.1-SNAPSHOT.jar localhost:8080This project is intended for educational and experimental purposes only. Any commercial use, sale, or distribution for profit is strictly prohibited.