libjuice

UDP Interactive Connectivity Establishment (ICE) library for NAT traversal

brewmacoslinux
Try with needOr install directly
Source

About

UDP Interactive Connectivity Establishment (ICE) library

Commands

libjuice

Examples

Link against libjuice in a C/C++ project by including the header$ gcc -o ice_app app.c -ljuice
Check installed libjuice version and location$ pkg-config --modversion libjuice
Get compiler flags needed to use libjuice in your project$ pkg-config --cflags --libs libjuice