{"id":15047831,"url":"https://github.com/jonasalbuquerque/ping","last_synced_at":"2025-12-26T18:57:01.570Z","repository":{"id":72539612,"uuid":"337502746","full_name":"jonasalbuquerque/ping","owner":"jonasalbuquerque","description":"Simple ping  application with two threads (client and server) communicating by sockets and exchanging ICMP messages.","archived":false,"fork":false,"pushed_at":"2021-02-12T16:09:14.000Z","size":6434,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:17:23.517Z","etag":null,"topics":["cplusplus","cplusplus-11","cpp","cpp11","icmp","icmp-ping","network-programming","networks","ping","ping-pong","pingpong","socket-programming","sockets"],"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/jonasalbuquerque.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":"2021-02-09T18:44:39.000Z","updated_at":"2023-12-27T02:11:11.000Z","dependencies_parsed_at":"2023-05-09T17:31:02.073Z","dependency_job_id":null,"html_url":"https://github.com/jonasalbuquerque/ping","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasalbuquerque%2Fping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasalbuquerque%2Fping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasalbuquerque%2Fping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasalbuquerque%2Fping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonasalbuquerque","download_url":"https://codeload.github.com/jonasalbuquerque/ping/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489778,"owners_count":20298997,"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":["cplusplus","cplusplus-11","cpp","cpp11","icmp","icmp-ping","network-programming","networks","ping","ping-pong","pingpong","socket-programming","sockets"],"created_at":"2024-09-24T21:05:02.288Z","updated_at":"2025-12-26T18:57:01.530Z","avatar_url":"https://github.com/jonasalbuquerque.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ping Application\n\nSimple ping application with two threads (client and server) communicating by sockets and exchanging ICMP messages.\n\nThe client side:\n\n1. encodes a object IcmpPacket in a vector of bytes and sends it by a socket;\n2. waits for a reply in the same socket;\n3. decodes the array of bytes received and displays the packet data;\n\nThe server side:\n\n1. waits for a ping request in a socket;\n2. decodes the array of bytes received and stores the data in a IcmpPacket object;\n3. encodes a IcmpPacket reply object and sends it by the same socket;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasalbuquerque%2Fping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasalbuquerque%2Fping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasalbuquerque%2Fping/lists"}