{"id":27298534,"url":"https://github.com/veydantkatyal/net-mon-chain","last_synced_at":"2025-04-12T00:27:36.555Z","repository":{"id":259502608,"uuid":"878024928","full_name":"veydantkatyal/net-mon-chain","owner":"veydantkatyal","description":"NetMonChain is a decentralized network traffic monitoring system that captures, encrypts, and shares network traffic logs across multiple nodes in a peer-to-peer network. It provides a real-time dashboard for monitoring network activity securely. Built while learning computer networks concepts.","archived":false,"fork":false,"pushed_at":"2024-10-24T16:49:31.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-26T02:12:13.315Z","etag":null,"topics":["monitoring-system","network-programming","p2p-network"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veydantkatyal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-24T16:39:19.000Z","updated_at":"2024-10-24T16:51:40.000Z","dependencies_parsed_at":"2024-10-26T02:55:40.485Z","dependency_job_id":"4c140cff-5d39-4ea3-ab80-afbf1ecbe9b2","html_url":"https://github.com/veydantkatyal/net-mon-chain","commit_stats":null,"previous_names":["veydantkatyal/net-mon-chain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fnet-mon-chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fnet-mon-chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fnet-mon-chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veydantkatyal%2Fnet-mon-chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veydantkatyal","download_url":"https://codeload.github.com/veydantkatyal/net-mon-chain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248499209,"owners_count":21114270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["monitoring-system","network-programming","p2p-network"],"created_at":"2025-04-12T00:27:35.981Z","updated_at":"2025-04-12T00:27:36.543Z","avatar_url":"https://github.com/veydantkatyal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetMonChain: Decentralized Network Traffic Monitoring\r\n\r\n## Overview\r\nNetMonChain is a decentralized system for monitoring network traffic across distributed nodes. Traffic logs are captured using packet sniffing, encrypted, and shared across nodes using a P2P communication system. Logs are stored in a distributed database for real-time visualization and analysis.\r\n\r\n## Features\r\n- **Packet Sniffing**: Efficient packet capture using `dpkt`.\r\n- **P2P Network**: Decentralized peer-to-peer communication.\r\n- **Encryption**: AES encryption for secure log transmission.\r\n- **Traffic Visualization**: Real-time traffic analysis using Streamlit and Grafana.\r\n- **Distributed Storage**: Logs stored in Cassandra for scalability.\r\n\r\n## Installation\r\n1. Clone the repository:\r\n    ```bash\r\n    git clone https://github.com/veydantkatyal/net-mon-chain.git\r\n    cd net-mon-chain\r\n    ```\r\n\r\n2. Install dependencies:\r\n    ```bash\r\n    pip install -r requirements.txt\r\n    ```\r\n\r\n3. Run the packet sniffer:\r\n    ```bash\r\n    python net_monitor/packet_sniffer.py\r\n    ```\r\n\r\n4. Start the P2P node:\r\n    ```bash\r\n    python p2p_network/p2p_node.py\r\n    ```\r\n\r\n5. Launch the dashboard:\r\n    ```bash\r\n    streamlit run dashboard/dashboard.py\r\n    ```\r\n\r\n## License\r\nThis is project is licensed under [MIT License](https://github.com/veydantkatyal/net-mon-chain/blob/main/LICENSE), please go through it carefully, before using it.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveydantkatyal%2Fnet-mon-chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveydantkatyal%2Fnet-mon-chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveydantkatyal%2Fnet-mon-chain/lists"}