{"id":23230708,"url":"https://github.com/daniel-grounin/raspberry-pi-network-traffic-analyzer","last_synced_at":"2026-05-06T17:34:47.383Z","repository":{"id":264474823,"uuid":"893476729","full_name":"Daniel-Grounin/Raspberry-Pi-Network-Traffic-Analyzer","owner":"Daniel-Grounin","description":"A Traffic Analyzer project with a rapberry pi and external monitoring wifi card (ALFA), created for education ONLY: Real-Time Packet Capture, Filtering, Packet Details View, Packet Search, Protocol Analysis,Traffic Graphs, Alerts, Packet Export.","archived":false,"fork":false,"pushed_at":"2024-11-24T19:35:35.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T15:52:26.621Z","etag":null,"topics":["network-monitoring","packet-sniffer","python","qt6","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Daniel-Grounin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-24T14:50:59.000Z","updated_at":"2025-02-09T08:42:25.000Z","dependencies_parsed_at":"2025-08-20T15:35:47.324Z","dependency_job_id":"4e7a1df5-71cd-4800-a005-0c062bb48147","html_url":"https://github.com/Daniel-Grounin/Raspberry-Pi-Network-Traffic-Analyzer","commit_stats":null,"previous_names":["daniel-grounin/network-traffic-analyzer","daniel-grounin/raspberry-pi-network-traffic-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Daniel-Grounin/Raspberry-Pi-Network-Traffic-Analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Grounin%2FRaspberry-Pi-Network-Traffic-Analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Grounin%2FRaspberry-Pi-Network-Traffic-Analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Grounin%2FRaspberry-Pi-Network-Traffic-Analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Grounin%2FRaspberry-Pi-Network-Traffic-Analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daniel-Grounin","download_url":"https://codeload.github.com/Daniel-Grounin/Raspberry-Pi-Network-Traffic-Analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Grounin%2FRaspberry-Pi-Network-Traffic-Analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32704563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["network-monitoring","packet-sniffer","python","qt6","raspberry-pi"],"created_at":"2024-12-19T02:11:34.908Z","updated_at":"2026-05-06T17:34:47.366Z","avatar_url":"https://github.com/Daniel-Grounin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi Traffic Analyzer\r\n\r\n## Overview\r\n\r\nThe **Raspberry Pi Traffic Analyzer** is a network traffic monitoring tool designed to capture and analyze network packets on a Raspberry Pi device. This tool leverages **Scapy** for packet sniffing and **PyQt6** for the user interface. It provides real-time packet statistics, network traffic analysis, and supports different network interfaces.\r\n\r\n## Features\r\n\r\n- **Packet Sniffing**: Capture packets from various network interfaces.\r\n- **Traffic Monitoring**: Real-time visualization of packet rate and data throughput.\r\n- **User Interface**: A graphical interface built with PyQt6 for easy access to network data.\r\n- **Cross-Platform Support**: Works on Kali Linux and other compatible systems like windows (if npcap is cofigured).\r\n\r\n## Installation\r\n\r\n### Prerequisites\r\n1. **Kali Linux** installed on your Raspberry Pi.\r\n2. **Python 3** and **pip3** installed.\r\n3. **Network interface**: Ethernet or Wi-Fi connection for packet sniffing.\r\n\r\n### Setup\r\n\r\n1. **Update The OS**:\r\n    ```bash\r\n    sudo apt update \u0026\u0026 sudo apt upgrade -y\r\n    ```\r\n\r\n2. **Install dependencies**:\r\n    ```bash\r\n    sudo apt install python3 python3-pip libpcap-dev\r\n    pip3 install scapy pyqt6\r\n    ```\r\n\r\n3. **Clone the repository**:\r\n    ```bash\r\n    git clone https://github.com/yourusername/raspberry-pi-traffic-analyzer.git\r\n    cd raspberry-pi-traffic-analyzer\r\n    ```\r\n\r\n4. **Run the Analyzer**:\r\n    ```bash\r\n    python3 main.py\r\n    ```\r\n\r\n   * Ensure you have the correct network interface name (e.g., `eth0`, `wlan0`) set in the script.\r\n\r\n## Usage\r\n\r\nOnce the tool is running, it will display the following real-time information:\r\n\r\n- **Packet Rate (Packets/sec)**: Tracks the rate of incoming and outgoing network packets.\r\n- **Data Throughput (Bytes/sec)**: Displays the data transfer rate of the network.\r\n\r\n## Configuration\r\n\r\nYou can modify the network interface to analyze by changing the `iface` variable in `main.py` to your desired interface (e.g., `wlan0` or `eth0`).\r\n\r\n### Example:\r\n```python\r\niface = \"wlan0\"  # Replace with your network interface\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-grounin%2Fraspberry-pi-network-traffic-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-grounin%2Fraspberry-pi-network-traffic-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-grounin%2Fraspberry-pi-network-traffic-analyzer/lists"}