Storage of CIDR-like data
- C 88.4%
- Shell 8.4%
- Makefile 3.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| doc | ||
| lib | ||
| test | ||
| utils | ||
| .gitignore | ||
| api.h | ||
| LICENSE | ||
| local.h | ||
| Makefile | ||
| README.md | ||
nmh
Storage of CIDR-like data
To build: make sudo make install
To build for debugging: make clean; make CFLAGS="-O0 -ggdb"
To build applications using the library interface (suitably adjusted for directory locations) : cc -I . -lnmh foo.c
History: Lacking a name for the project, we landed on "Net-Masked Hero".