{"id":45822882,"url":"https://github.com/ajaysolver/p2p-chat-app","last_synced_at":"2026-02-26T21:04:00.119Z","repository":{"id":323828514,"uuid":"1094856891","full_name":"Ajaysolver/p2p-chat-app","owner":"Ajaysolver","description":"P2P Secure Chat Application - College Minor Project with GUI/CLI interfaces, encryption, and Red Hat Linux compatibility","archived":false,"fork":false,"pushed_at":"2025-11-12T10:58:57.000Z","size":640,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-12T11:24:42.266Z","etag":null,"topics":["chat-application","kali-linux","linux","minor-project","networking","p2p","python","redhat","socket-programming"],"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/Ajaysolver.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-12T09:09:20.000Z","updated_at":"2025-11-12T10:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Ajaysolver/p2p-chat-app","commit_stats":null,"previous_names":["ajaysolver/p2p-chat-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Ajaysolver/p2p-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajaysolver%2Fp2p-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajaysolver%2Fp2p-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajaysolver%2Fp2p-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajaysolver%2Fp2p-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ajaysolver","download_url":"https://codeload.github.com/Ajaysolver/p2p-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajaysolver%2Fp2p-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:01:59.805Z","status":"ssl_error","status_checked_at":"2026-02-26T21:00:42.555Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chat-application","kali-linux","linux","minor-project","networking","p2p","python","redhat","socket-programming"],"created_at":"2026-02-26T21:03:53.690Z","updated_at":"2026-02-26T21:04:00.094Z","avatar_url":"https://github.com/Ajaysolver.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔒 P2P Secure Chat Application\n\n![Python](https://img.shields.io/badge/python-3.8+-blue.svg)\n![Platform](https://img.shields.io/badge/platform-linux-red.svg)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n![Status](https://img.shields.io/badge/status-complete-success.svg)\n\n**College Minor Project** - Computer Science Department  \n*A fully functional Peer-to-Peer encrypted chat application built for Red Hat Linux.*\n\n---\n\n## 🚀 Features\n\n- 🔄 **True P2P Architecture** - No central server required\n- 🔒 **End-to-End Encryption** - Secure message transmission using AES-256\n- 🎨 **Dual Interface** - Both GUI (Tkinter) and CLI interfaces\n- 🌐 **Network Discovery** - Automatic peer discovery and connection\n- 📱 **Real-time Messaging** - Instant message delivery between peers\n- 🐧 **Red Hat Optimized** - Specifically tested on RHEL/CentOS/Fedora\n\n---\n\n## 📸 Demo\n\n### GUI Interface\n![GUI Demo](screenshots/full-gui-screen.png)\n\n### CLI Interface\n![GUI Demo](screenshots/gui-demo.png)\n\n### Architecture\n![Architecture](screenshots/gui-module-installation.png)\n\n### Architecture\n![Architecture](screenshots/module-check.png)\n\n---\n\n## 🛠️ Quick Start\n\n### Prerequisites\n- Red Hat Linux 8+ / CentOS 8+ / Fedora 30+\n- Python 3.8+\n- Git\n\n### Installation \u0026 Run\n```bash\n# Clone repository\ngit clone https://github.com/Alaysolver/p2p-chat-app.git\ncd p2p-chat-app\n\n# Install dependencies\nchmod +x scripts/install_dependencies.sh\n./scripts/install_dependencies.sh\n\n# Start application (GUI)\n./scripts/start_gui.sh\n\n# Or start CLI version\npython run.py --port 5000\n\n# In the application, connect to another peer:\nconnect \u003cip-address\u003e \u003cport\u003e\n\n# Example:\nconnect 192.168.1.100 5001\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaysolver%2Fp2p-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaysolver%2Fp2p-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaysolver%2Fp2p-chat-app/lists"}