An open API service indexing awesome lists of open source software.

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

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