https://github.com/spring-0/ssnm
Stupidly Simple Network Monitor
https://github.com/spring-0/ssnm
network-monitoring tkinter-gui
Last synced: about 1 year ago
JSON representation
Stupidly Simple Network Monitor
- Host: GitHub
- URL: https://github.com/spring-0/ssnm
- Owner: Spring-0
- License: mit
- Created: 2024-06-07T04:07:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T04:09:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T01:17:42.386Z (over 1 year ago)
- Topics: network-monitoring, tkinter-gui
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SSNM
## Description
SSNM (Stupidly Simple Network Monitor) is a Python application designed to monitor and display inbound and outbound network connections in real-time. Leveraging the psutil library, it gathers connection details including protocol, local and remote addresses, and status, providing users with valuable insights into their system's network activity. Whether for troubleshooting or security purposes, this tool offers a convenient way to stay informed about network connections.
## Getting Started
### Dependencies
* Python 3.x
* Tkinter
* PsUtil
### Installing
1. Clone the repository:
`git clone https://github.com/Spring-0/ssnm.git`
2. Naviage to project directory:
`cd ssnm`
3. Install the required libraries:
`pip install -r requirements.txt`
4. Run SSNM:
`python src/main.py`
## Authors
* [@Spring-0](https://github.com/Spring-0)
## Version History
* 0.1
* Initial Release
## License
This project is licensed under the MIT License - see the LICENSE.md file for details