Storage of CIDR-like data
  • C 88.4%
  • Shell 8.4%
  • Makefile 3.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-09-13 14:40:50 +01:00
doc Docs update 2025-09-13 14:40:50 +01:00
lib move library sources to subdir 2025-08-07 12:08:21 +01:00
test API call and daemon support for dropping arenas 2025-07-22 11:06:33 +01:00
utils Docs update 2025-09-13 14:40:50 +01:00
.gitignore docs 2025-06-30 13:29:42 +01:00
api.h API call and daemon support for dropping arenas 2025-07-22 11:06:33 +01:00
LICENSE Initial commit 2025-06-05 12:38:20 +01:00
local.h Rework debug 2025-07-14 17:21:39 +01:00
Makefile move library sources to subdir 2025-08-07 12:08:21 +01:00
README.md utils testcases 2025-07-06 17:33:50 +01:00

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".