libident

Library implementation of the Ident protocol (RFC 1413)

brewmacoslinux
Try with needOr install directly
Source

About

Ident protocol library

Commands

libident

Examples

Link against libident in C code to identify remote users$ gcc -o myapp myapp.c -lident
Check if libident is properly installed and accessible$ pkg-config --cflags --libs libident
View libident header files for API reference$ find /usr/local/include -name '*ident*'