GLib implementation of ICE (Interactive Connectivity Establishment) protocol.
GLib ICE implementation
$ pkg-config --modversion nice$ find /usr/local/opt/libnice -type f -name '*.dylib'$ gcc myprogram.c $(pkg-config --cflags --libs nice) -o myprogram$ pkg-config --cflags nice$ brew info libnice