23 lines
325 B
Markdown
23 lines
325 B
Markdown
# libicmp
|
|
|
|
Non-blocking ICMPv4 library for ping, traceroute, and network diagnostics.
|
|
|
|
## Dependencies
|
|
|
|
- libc
|
|
- GNU Make
|
|
- clang
|
|
- Criterion (optional, for tests)
|
|
|
|
## Build
|
|
|
|
```sh
|
|
make # Build static and shared libraries
|
|
make BUILD_STATIC=yes BUILD_SHARED=no
|
|
make install PREFIX=/usr/local
|
|
make test
|
|
```
|
|
|
|
## License
|
|
|
|
GPL v3
|