{"id":19721015,"url":"https://github.com/paramsiddharth/icmp-messenger","last_synced_at":"2025-10-26T15:31:41.872Z","repository":{"id":109334414,"uuid":"353704808","full_name":"paramsiddharth/icmp-messenger","owner":"paramsiddharth","description":"Send and receive messages in the form of ICMP echo request payloads.","archived":false,"fork":false,"pushed_at":"2021-05-26T02:06:59.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T20:22:09.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/paramsiddharth.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}},"created_at":"2021-04-01T13:11:59.000Z","updated_at":"2021-05-26T02:07:02.000Z","dependencies_parsed_at":"2023-03-13T14:14:47.381Z","dependency_job_id":null,"html_url":"https://github.com/paramsiddharth/icmp-messenger","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/paramsiddharth%2Ficmp-messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Ficmp-messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Ficmp-messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Ficmp-messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramsiddharth","download_url":"https://codeload.github.com/paramsiddharth/icmp-messenger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250615,"owners_count":19771826,"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":[],"created_at":"2024-11-11T23:13:09.379Z","updated_at":"2025-10-26T15:31:41.790Z","avatar_url":"https://github.com/paramsiddharth.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICMP Messenger\nAn application to send and receive messages in the form of ICMP echo request payloads.\n\n## Docker Quickstart\n1.\tPull the image and create a network.\n\t``` bash\n\tdocker pull paramsiddharth/icmp-messenger\n\tdocker network create mynet\n\t```\n2.\tCreate a receiver.\n\t``` bash\n\tdocker run --rm -it --network mynet --name my-receiver paramsiddharth/icmp-messenger receiver\n\t```\n\tNote the IP address of the receiver.\n3.\tStart up a sender.\n\t``` bash\n\tdocker run --rm -it --network mynet --name my-sender paramsiddharth/icmp-messenger sender\n\t```\n\tEnter the address of the receiver and send messages. The messages will appear in the receiver's console.\n\n## Execution\nInstall the Python 3 dependencies (preferably in a virtual environment):\n``` bash\npip install -r requirements.txt\n```\n\nExecute `sender.py` or `receiver.py` depending on what is desired.\n``` bash\n# Sender\npython sender.py\n\n# Receiver\npython receiver.py\n```\n\nInside Bash/MSYS2/Cygwin, `run.sh` may be executed for a more interactive startup. `run.sh` is the Docker container's intended entrypoint.\n\nFor the sender, enter the name or IP address of another machine on the network to start chatting.\n\nFor the receiver, a list of network addresses (on all interfaces) will be displayed.\n\n## Execution (Docker)\nPull the image from Docker Hub.\n``` bash\ndocker pull paramsiddharth/icmp-messenger\n```\n\nCreate a network for the container(s).\n``` bash\ndocker network create mynetwork\n```\n\nStart an attached container in that network.\n``` bash\ndocker run --rm -it --network mynet --name my-app paramsiddharth/icmp-messenger # You may optionally pass command-line arguments \"sender\" or \"receiver\"\n```\n\nIt will be able to communicate with the other containers in the same network.\n\n## Development\nBuild the image using Docker.\n``` bash\ndocker build -t paramsiddharth/icmp-messenger .\n```\n\n# Made with ❤ by [Param](https://www.paramsid.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamsiddharth%2Ficmp-messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamsiddharth%2Ficmp-messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamsiddharth%2Ficmp-messenger/lists"}