{"id":16135611,"url":"https://github.com/thevickypedia/socket_programming_tcp","last_synced_at":"2025-04-06T16:25:06.124Z","repository":{"id":107385723,"uuid":"178719990","full_name":"thevickypedia/socket_programming_tcp","owner":"thevickypedia","description":"Simple TCP connection using C program","archived":false,"fork":false,"pushed_at":"2020-09-26T21:40:37.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-12T22:22:23.462Z","etag":null,"topics":["socket-programming","tcp-connection"],"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/thevickypedia.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":"2019-03-31T17:29:27.000Z","updated_at":"2024-04-05T22:16:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a4d8b42-0026-4d36-872e-2ef10805fc8e","html_url":"https://github.com/thevickypedia/socket_programming_tcp","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"ea4df4741eb6017b971d5dbfff24f2c98da0b14c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fsocket_programming_tcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fsocket_programming_tcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fsocket_programming_tcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fsocket_programming_tcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thevickypedia","download_url":"https://codeload.github.com/thevickypedia/socket_programming_tcp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247511031,"owners_count":20950584,"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":["socket-programming","tcp-connection"],"created_at":"2024-10-09T23:08:45.308Z","updated_at":"2025-04-06T16:25:06.105Z","avatar_url":"https://github.com/thevickypedia.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socket Programming\nSimple TCP connection between server and client\n\nThis is a simple tcp connection establishment between server and client using socket programming in C\n\nSuitable for Linux command line\n\nSteps:\n* Place the server and client files in different folders\n* Run gcc server.c -o server to create executable server file\n* Run gcc client.c -o client to create executable client file\n* Initiate server using ./server \u003cport_nummber\u003e\n* Initiate client using ./client \u003cserver_ip\u003e \u003cport_number\u003e\n\nConnection established!\n\nNote: Both ./server and ./client can run without arguments in case of [localhost](https://stackoverflow.com/questions/7382602/what-is-the-difference-between-127-0-0-1-and-localhost) (127.0.0.1) and the port number is also hard coded.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevickypedia%2Fsocket_programming_tcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthevickypedia%2Fsocket_programming_tcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevickypedia%2Fsocket_programming_tcp/lists"}