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

https://github.com/dogukann-aydin/process-network-traffic-monitor

A program to listen to network traffic of processes.
https://github.com/dogukann-aydin/process-network-traffic-monitor

desktop-app desktop-application desktop-apps pyqt pyqt6 python python-3 python-app python-script python3

Last synced: 19 days ago
JSON representation

A program to listen to network traffic of processes.

Awesome Lists containing this project

README

        

# process-network-traffic-monitor
A program to listen to network traffic of processes.

![](./process-network-traffic-monitor.png)

## To install the required Python modules:
### `pip install -r requirements.txt`

## Change your network interface name in the code
`sniff(prn=self.callback, store=0, filter="ip", iface="TP-Link Wireless MU-MIMO USB Adapter")`