A simple network monitoring tool.
Project description
๐พ Simple Network Monitoring System
Real-Time Network Traffic Monitoring Tool โ Cute, Powerful, and Practical! ๐ป๐
Overview
This project is a modular, Python-based tool for real-time network traffic monitoring and analysis.
Designed for network enthusiasts and cybersecurity students, it provides packet-level insights in a sleek way!
โจ Key Features
๐ Packet Inspection
- ๐ฆ Protocol-based logging
- ๐ฏ User-defined filters: protocol, IP, port
โฑ๏ธ Real-Time Monitoring
- ๐ Live traffic summaries
- ๐ฅ๏ธ Device scanning and monitoring
๐จ Alert System
- ๐ Custom threshold-based alerts
- ๐ฅ Severity-level classification
๐งฉ Modular Design
- ๐งฑ Scalable and extendable modules
- ๐ฅ๏ธ CLI & GUI support (
snm_cli,snm_gui)
๐๏ธ Database Setup
- ๐ฌ SQLite-based
- Tables: filters, thresholds, blacklists, status
๐ ๏ธ Installation
โ Prerequisites
- ๐ Python 3.x
- ๐ฆ Required packages listed in
requirements.txt
๐ฅ Clone the Repository
git clone https://github.com/Bigst3pp3r/Simple-Network-Monitoring-System-main.git
cd Simple-Network-Monitoring-System-main
๐ฆ Install Dependencies
pip install -r requirements.txt
๐ Usage
๐ฅ๏ธ Command-Line Interface (CLI) Navigate to the project directory
Run the main script:
python main.py
๐๏ธ CLI Options
- Set Filters ๐งช
- Manage Thresholds โ๏ธ
- Start Monitoring ๐ก
- Scan Network ๐
- Monitor Devices ๐ต๏ธ
๐งธ Graphical User Interface (GUI)
Launch the GUI:
python src/main_gui.py
๐ผ๏ธ GUI Features
- ๐ Login system (role-based access)
- ๐งญ Dashboard, settings, alerts, devices, packets
- ๐งต Multi-threaded real-time monitoring
๐๏ธ File Structure
๐ Simple-Network-Monitoring-System
โโโ main.py # CLI entry point
โโโ src/
โ โโโ main_gui.py # GUI entry point
โ โโโ monitoring_core.py # Core monitoring logic
โ โโโ filters.py # Filter + DB logic
โ โโโ devices_gui.py # Device GUI
โ โโโ alerts_gui.py # Alerts GUI
โ โโโ packets_gui.py # Packets GUI
โโโ src/database/ # Database files
โโโ tests/ # Unit tests
๐ข Made with Python, curiosity, and a love for clean networks!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thewatcher-0.1.0.tar.gz.
File metadata
- Download URL: thewatcher-0.1.0.tar.gz
- Upload date:
- Size: 691.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d64a8c22607ac69bc8fdd36f3922b0457109874749fb25911c2dbea3e673c948
|
|
| MD5 |
f4b33ae755e076b95f97525ec57ebe57
|
|
| BLAKE2b-256 |
1517fd70816ca84c0167004c8d1665a2bdd1cdeccb6b591f5b8789c49fcd05b5
|
File details
Details for the file thewatcher-0.1.0-py3-none-any.whl.
File metadata
- Download URL: thewatcher-0.1.0-py3-none-any.whl
- Upload date:
- Size: 785.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e1e4d1b8c68b1157a609bb51cb612466b58fb4b86c82201c8b4f70de89865d6
|
|
| MD5 |
bdecf6e4e32317d80cdbf8b3d0a1ddf8
|
|
| BLAKE2b-256 |
9bd0576506491ae1aa7cf058333312d35d10e4b8caaa3665c6221ee661980d34
|