Skip to content

ArtByteFilip/serverbite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverbite

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.

Features

  • 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.

Use Case

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.

How It Works

  1. Startup: Launch the program as a server. By default, it runs on localhost:8080.
  2. Monitoring: Once the server is running, connect agents to it by specifying the server's IP and port.
  3. Data Flow: The agent monitors the device and sends information back to the server.

Commands

Run the server (Default: localhost:8080):

java -jar target/serverbite-0.0.1-SNAPSHOT.jar

Run on a custom port or connect to a specific server:

java -jar target/serverbite-0.0.1-SNAPSHOT.jar localhost:8080

Disclaimer

This project is intended for educational and experimental purposes only. Any commercial use, sale, or distribution for profit is strictly prohibited.

License

PolyForm Noncommercial License 1.0.0

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors