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.
- Host: GitHub
- URL: https://github.com/dogukann-aydin/process-network-traffic-monitor
- Owner: dogukann-aydin
- License: mit
- Created: 2025-02-12T13:45:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T13:55:09.000Z (2 months ago)
- Last Synced: 2025-02-12T14:53:18.829Z (2 months ago)
- Topics: desktop-app, desktop-application, desktop-apps, pyqt, pyqt6, python, python-3, python-app, python-script, python3
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# process-network-traffic-monitor
A program to listen to network traffic of processes.
## 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")`