Welcome to the Live Network Monitor repository! This project provides a robust tool for monitoring network performance in real-time. It features a Flask dashboard, automated ping checks, and instant web updates.
- Real-Time Monitoring: Keep track of your network status with live updates.
- Flask Dashboard: A user-friendly interface built with Flask.
- Automated Ping Checks: Regular checks to ensure your network is responsive.
- Instant Web Updates: Get immediate feedback on network performance.
- Threading Support: Efficiently handle multiple requests simultaneously.
This project uses the following technologies:
- Python: The core programming language.
- Flask: A lightweight web framework for building the dashboard.
- HTML/CSS: For the front-end design.
- JavaScript: For real-time updates and interactions.
- Threading: To manage concurrent tasks efficiently.
To get started with Live Network Monitor, follow these steps:
-
Clone the repository:
git clone https://github.com/GHOST-dot-del/live-network-monitor.git
-
Navigate to the project directory:
cd live-network-monitor
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
You can also download the latest version from the Releases section. Look for the file that needs to be downloaded and executed.
Once the application is running, you can access the dashboard in your web browser at http://localhost:5000
. Here you can monitor your network status, view ping results, and analyze performance metrics.
The dashboard displays:
- Network Status: An overview of the current network state.
- Ping Results: Real-time results from automated ping checks.
- Performance Metrics: Graphs and statistics for deeper analysis.
We welcome contributions to improve Live Network Monitor. If you want to help, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeatureName
-
Make your changes and commit them:
git commit -m "Add your message here"
-
Push to your branch:
git push origin feature/YourFeatureName
-
Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For the latest updates and downloads, please visit the Releases section. You can find the latest version of the software and any important updates there.
Thank you for checking out Live Network Monitor! We hope it serves your network monitoring needs effectively.