Re-coding the ping command will allow you to become acquainted with raw IP communication between two machines on a network.
Find a file
Raphael a5bec11817
All checks were successful
Build / build (push) Successful in 26s
Build / build (pull_request) Successful in 25s
feat(gh/workflow): adding the installation of clang
2026-03-30 19:37:43 +02:00
.github/workflows feat(gh/workflow): adding the installation of clang 2026-03-30 19:37:43 +02:00
includes style(includes): adding a tabulation to the macro 2026-03-30 19:20:49 +02:00
parsing style(parsing/sources): using the same error message for empty args 2026-03-30 19:21:46 +02:00
sources feat(sources): adding ping.c 2026-03-28 15:39:05 +01:00
.gitignore core(git/ignore): adding the executable name on the ignore 2026-03-23 14:58:04 +01:00
docker-compose.yml build(docker): adding a docker to get ping from inetutils 2.0 2026-03-28 14:38:29 +01:00
Dockerfile build(docker): adding a docker to get ping from inetutils 2.0 2026-03-28 14:38:29 +01:00
flake.nix build(nix/flake): adding the docker / docker-compose rules 2026-03-28 15:38:55 +01:00
Makefile build: adding some rules for debug / bonus 2026-03-28 14:39:52 +01:00