{"id":26854554,"url":"https://github.com/revmax-creator/socket-programming","last_synced_at":"2025-10-09T12:41:35.233Z","repository":{"id":277726317,"uuid":"933311048","full_name":"RevMax-creator/Socket-Programming","owner":"RevMax-creator","description":"This repository contains various examples and projects related to socket programming, demonstrating how to establish communication between devices over a network. The code covers both TCP and UDP protocols and includes implementations in languages like Python.","archived":false,"fork":false,"pushed_at":"2025-02-15T17:01:07.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T12:35:37.150Z","etag":null,"topics":["socket","socket-client","socket-communication","socket-programming","socket-server","socket-server-and-client","sockets","sockets-tcp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RevMax-creator.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":"2025-02-15T16:51:20.000Z","updated_at":"2025-02-15T17:03:25.000Z","dependencies_parsed_at":"2025-02-15T18:18:30.447Z","dependency_job_id":"48118f48-db85-402c-b856-59d4bed052e5","html_url":"https://github.com/RevMax-creator/Socket-Programming","commit_stats":null,"previous_names":["revmax-creator/socket-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RevMax-creator/Socket-Programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevMax-creator%2FSocket-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevMax-creator%2FSocket-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevMax-creator%2FSocket-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevMax-creator%2FSocket-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RevMax-creator","download_url":"https://codeload.github.com/RevMax-creator/Socket-Programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevMax-creator%2FSocket-Programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001435,"owners_count":26083078,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["socket","socket-client","socket-communication","socket-programming","socket-server","socket-server-and-client","sockets","sockets-tcp"],"created_at":"2025-03-30T23:27:26.753Z","updated_at":"2025-10-09T12:41:35.205Z","avatar_url":"https://github.com/RevMax-creator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socket Programming in Python\n\nThis repository contains various implementations of **socket programming** using Python. It demonstrates how to establish communication between devices over a network using **TCP and UDP protocols**.\n\n## Features\n- **Basic Client-Server Communication** (TCP \u0026 UDP)\n- **Multi-Client Handling** (Threaded \u0026 Asynchronous Models)\n- **File Transfer over Sockets**\n- **Simple Chat Application**\n- **Broadcast and Multicast Communication**\n- **Secure Sockets using SSL/TLS**\n\n## Getting Started\n### Prerequisites\nEnsure you have Python installed:\n```bash\npython --version\n```\nIf not installed, download it from [python.org](https://www.python.org/).\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/RevMax-creator/Socket-Programming.git\n   cd Socket-Programming\n   ```\n2. Install dependencies (if any):\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\nEach example is contained in a separate directory. Follow the README inside each folder for detailed instructions.\n\n### Running a TCP Server and Client\n1. Start the server:\n   ```bash\n   python server.py\n   ```\n2. Run the client in **another terminal**:\n   ```bash\n   python client.py\n   ```\n\n## License\nThis project is licensed under the MIT License. See [LICENSE](https://github.com/RevMax-creator/Socket-Programming/tree/main?tab=License-1-ov-file) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevmax-creator%2Fsocket-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevmax-creator%2Fsocket-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevmax-creator%2Fsocket-programming/lists"}