non-blocking ICMPv4 library for network diagnostic tools on POSIX systems.
Find a file
lohhiiccc b7be251a18 feat(handle): add public api init and destroy utilities
- Added `icmp_create`.
 - Added `icmp_destroy`.
 - Added `icmp_get_fd`.
 - Added unit tests.
2026-01-25 00:23:13 +01:00
examples Initial commit - libcimp 2026-01-24 16:04:09 +01:00
includes feat(socket): add raw socket utilities with tests 2026-01-24 23:19:57 +01:00
src feat(handle): add public api init and destroy utilities 2026-01-25 00:23:13 +01:00
tests feat(handle): add public api init and destroy utilities 2026-01-25 00:23:13 +01:00
.gitignore Initial commit - libcimp 2026-01-24 16:04:09 +01:00
LICENSE Initial commit - libcimp 2026-01-24 16:04:09 +01:00
Makefile feat(utils): add ICMP checksum and time utilities with tests 2026-01-24 22:00:24 +01:00
README.md Initial commit - libcimp 2026-01-24 16:04:09 +01:00
sources.mk Initial commit - libcimp 2026-01-24 16:04:09 +01:00

libicmp

Non-blocking ICMPv4 library for ping, traceroute, and network diagnostics.

Dependencies

  • libc
  • GNU Make
  • clang
  • Criterion (optional, for tests)

Build

make # Build static and shared libraries
make BUILD_STATIC=yes BUILD_SHARED=no
make install PREFIX=/usr/local
make test

License

GPL v3