{"id":26341025,"url":"https://github.com/nrobledosagredo/udp-communication-example","last_synced_at":"2025-03-16T04:28:33.519Z","repository":{"id":263210416,"uuid":"889691967","full_name":"nrobledosagredo/udp-communication-example","owner":"nrobledosagredo","description":"Basic implementation of client-server communication using UDP for message exchange.","archived":false,"fork":false,"pushed_at":"2025-03-05T21:10:47.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:24:38.859Z","etag":null,"topics":["udp-protocol"],"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/nrobledosagredo.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}},"created_at":"2024-11-17T00:57:05.000Z","updated_at":"2025-03-05T21:11:11.000Z","dependencies_parsed_at":"2024-11-19T01:44:35.221Z","dependency_job_id":"9a6f8cb5-e694-4b5f-8745-a768ffd3e374","html_url":"https://github.com/nrobledosagredo/udp-communication-example","commit_stats":null,"previous_names":["nrobledosagredo/comunicacion-udp-simple","nrobledosagredo/udp-communication-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrobledosagredo%2Fudp-communication-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrobledosagredo%2Fudp-communication-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrobledosagredo%2Fudp-communication-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrobledosagredo%2Fudp-communication-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrobledosagredo","download_url":"https://codeload.github.com/nrobledosagredo/udp-communication-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826824,"owners_count":20354220,"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":["udp-protocol"],"created_at":"2025-03-16T04:28:33.003Z","updated_at":"2025-03-16T04:28:33.505Z","avatar_url":"https://github.com/nrobledosagredo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UDP communication example  \r\n\r\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)  \r\n\r\n## Overview  \r\nThis repository demonstrates client-server interaction using UDP sockets. It includes two client scripts and one server script to showcase fundamental message sending and receiving functionality. Created as part of a learning project to explore UDP communication protocols.\r\n\r\n## Features\r\n\r\n- **UDP socket implementation:** Demonstrates basic UDP communication between clients and a server.  \r\n- **Multiple clients:** Includes two client scripts to simulate concurrent message sending.  \r\n- **Server response handling:** Processes incoming messages and sends appropriate responses.  \r\n- **Lightweight and modular:** Easy-to-understand scripts for learning purposes.  \r\n\r\n## Setup  \r\n1. **Clone the repository**:  \r\n   ```bash\r\n   git clone \u003crepository-url\u003e\r\n   cd \u003crepository-folder\u003e\r\n   ```\r\n\r\n2. **Run the server**:  \r\n   ```bash\r\n   python server.py\r\n   ```\r\n\r\n3. **Run the clients**:  \r\n   Open separate terminal windows and run:  \r\n   ```bash\r\n   python client1.py\r\n   python client2.py\r\n   ```\r\n\r\n4. The server will process messages from the clients and send responses.  \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrobledosagredo%2Fudp-communication-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrobledosagredo%2Fudp-communication-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrobledosagredo%2Fudp-communication-example/lists"}