{"id":18677020,"url":"https://github.com/abdulsamie10/clientserverudp","last_synced_at":"2026-04-29T00:03:45.620Z","repository":{"id":150726334,"uuid":"586772063","full_name":"abdulsamie10/ClientServerUDP","owner":"abdulsamie10","description":"This repository contains client server communication using UDP protocol.","archived":false,"fork":false,"pushed_at":"2023-01-09T07:48:05.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T20:49:48.482Z","etag":null,"topics":["c","c-plus-plus","client","client-server","communication-protocol","server","ubuntu","udp","udp-protocol"],"latest_commit_sha":null,"homepage":"","language":"C","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/abdulsamie10.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}},"created_at":"2023-01-09T07:35:56.000Z","updated_at":"2023-01-09T07:39:00.000Z","dependencies_parsed_at":"2023-08-23T09:39:51.857Z","dependency_job_id":null,"html_url":"https://github.com/abdulsamie10/ClientServerUDP","commit_stats":null,"previous_names":["abdulsamie10/clientserverudp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulsamie10%2FClientServerUDP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulsamie10%2FClientServerUDP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulsamie10%2FClientServerUDP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulsamie10%2FClientServerUDP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdulsamie10","download_url":"https://codeload.github.com/abdulsamie10/ClientServerUDP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239523508,"owners_count":19652948,"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":["c","c-plus-plus","client","client-server","communication-protocol","server","ubuntu","udp","udp-protocol"],"created_at":"2024-11-07T09:32:12.283Z","updated_at":"2026-04-29T00:03:45.593Z","avatar_url":"https://github.com/abdulsamie10.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClientServerUDP\nThis repository contains client server communication using UDP protocol. This contains two questions.\n\n# Question 1\nWrite a pair of UDP client/server programs showing the two-way communication between client and server. Each message should display the number of bytes of the message received.\n\n# Question 2\nDesign UDP iterative Client Server application to reverse the given input string. An iterative server is the one that deals with one client at a time but never Exit. (Client will send the string, server will reverse and display the output)\n\n# OS Dependency\nUbuntu/Linux\n\n# Import and Run\nFirstly run server using following commnds.\n\nFor compiling:\n  \n  gcc -o s.out server.c\n\nFor running:\n\n  ./s.out\n  \nAfter creating server, here comes the command for compiling and running client.\n\nFor compiling:  \n  \n  gcc -o c.out client.c\n\nFor running:\n  \n  ./c.out\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulsamie10%2Fclientserverudp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulsamie10%2Fclientserverudp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulsamie10%2Fclientserverudp/lists"}