{"id":21956142,"url":"https://github.com/tricktux/network-exercises","last_synced_at":"2025-08-16T11:52:54.727Z","repository":{"id":262798670,"uuid":"871937239","full_name":"tricktux/network-exercises","owner":"tricktux","description":"Solution to the prothackers problems","archived":false,"fork":false,"pushed_at":"2025-01-27T00:08:13.000Z","size":214,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T01:19:22.458Z","etag":null,"topics":["c","catch2","cmake","cmake-init","linux","makefile","network-programming","protohacker-solutions","protohackers","protohackers-solutions","server","socket-programming","sockets","zig"],"latest_commit_sha":null,"homepage":"https://protohackers.com/leaderboard/0","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/tricktux.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-10-13T11:16:12.000Z","updated_at":"2025-01-27T00:08:16.000Z","dependencies_parsed_at":"2025-01-18T20:25:27.909Z","dependency_job_id":"c6000de9-b4a7-4a5a-8a13-2b9cd91e84ae","html_url":"https://github.com/tricktux/network-exercises","commit_stats":null,"previous_names":["tricktux/network-exercises"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricktux%2Fnetwork-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricktux%2Fnetwork-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricktux%2Fnetwork-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tricktux%2Fnetwork-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tricktux","download_url":"https://codeload.github.com/tricktux/network-exercises/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235936115,"owners_count":19068830,"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","catch2","cmake","cmake-init","linux","makefile","network-programming","protohacker-solutions","protohackers","protohackers-solutions","server","socket-programming","sockets","zig"],"created_at":"2024-11-29T08:19:30.579Z","updated_at":"2025-01-27T23:18:43.982Z","avatar_url":"https://github.com/tricktux.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# network-exercises\n\nThis is the network-exercises project.\n\n## 0: Smoke Test\n\nDeep inside Initrode Global's enterprise management framework lies a component that writes data to a server and expects to read the same data back. (Think of it as a kind of distributed system delay-line memory). We need you to write the server to echo the data back.\n\nAccept TCP connections.\n\nWhenever you receive data from a client, send it back unmodified.\n\nMake sure you don't mangle binary data, and that you can handle at least 5 simultaneous clients.\n\nOnce the client has finished sending data to you it shuts down its sending side. Once you've reached end-of-file on your receiving side, and sent back all the data you've received, close the socket so that the client knows you've finished. (This point trips up a lot of proxy software, such as ngrok; if you're using a proxy and you can't work out why you're failing the check, try hosting your server in the cloud instead).\n\nYour program will implement the TCP Echo Service from RFC 862.\n\n# Building and installing\n\nSee the [BUILDING](BUILDING.md) document.\n\n# Contributing\n\nSee the [CONTRIBUTING](CONTRIBUTING.md) document.\n\n# Licensing\n\n\u003c!--\nPlease go to https://choosealicense.com/licenses/ and choose a license that\nfits your needs. The recommended license for a project of this type is the\nGNU AGPLv3.\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricktux%2Fnetwork-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftricktux%2Fnetwork-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricktux%2Fnetwork-exercises/lists"}