Professional UDP traffic analysis and diagnostics tool
Project description
UDPScope
- UDPScope is a professional network observability and diagnostics tool for UDP traffic analysis on Linux systems. It provides comprehensive monitoring, analysis, and reporting capabilities for system administrators to diagnose UDP based applications and services.
Platform Support
Primary Platform: Linux (tested on Ubuntu, Debian, CentOS, Fedora)
Features
- Multi method capture: Uses tcpdump, tshark, Docker container introspection, and ss (socket statistics)
- Comprehensive analysis: Packet statistics, IP analysis, temporal patterns, and threat assessment
- Network diagnostics: Automatic diagnostics when no traffic is detected
- Multiple output formats: Clear console reporting with structured data
- Enterprise safe: Designed for legitimate system administration and troubleshooting
Installation
From PyPI
pip install udpscope
From Debian / APT
sudo apt install udpscope
From Snap
sudo snap install udpscope
From Source
git clone https://github.com/yourorg/udpscope.git
cd udpscope
pip install -e .
Usage
Basic usage
sudo udpscope --port 2456 --duration 60 --interface any
Monitor a specific interface
sudo udpscope --port 53 --duration 30 --interface eth0
Short capture for quick diagnostics
sudo udpscope --port 51820 --duration 10
Requirements
- Python 3.8+
- Linux kernel with packet capture capabilities
- One or more of:
- tcpdump
- tshark
- docker
- ss
- Root / sudo privileges (required for packet capture)
License
MIT License
See the LICENSE file for details.
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
udpscope-1.0.2.tar.gz
(13.3 kB
view details)
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
udpscope-1.0.2-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file udpscope-1.0.2.tar.gz.
File metadata
- Download URL: udpscope-1.0.2.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
839f530104850e6ef61270c4a80554783881dfc0485be619e64b52d8464cce4a
|
|
| MD5 |
7dcb532c6a005469ba360f9a86f6a47e
|
|
| BLAKE2b-256 |
2a4dbaacd9778a1a356d68dd875fcf8d8827b4e9873f6afd39f2db9918a2722b
|
File details
Details for the file udpscope-1.0.2-py3-none-any.whl.
File metadata
- Download URL: udpscope-1.0.2-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3414f006918c922690ed48feab03e4e2a1c7b82a93ce26780d990aea4480f415
|
|
| MD5 |
dc4373644a82657e89f1427ebcf88aa1
|
|
| BLAKE2b-256 |
88a0a589b24392d4588d118250b788faf685318942f916f0b7698c2126a67c17
|