Registry / networking / libnice

libnice

JSON →
library0.1.22vcpkgunverified

Implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).

vcpkg install libnice
INSTALL
IMPORT
SIG · LIBNICE
L
libnice
networkingcppv0.1.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nice/agent.h
#include <nice/agent.h>

Create a libnice ICE agent

#include <nice/agent.h> #include <glib.h> int main() { NiceAgent *agent = nice_agent_new(g_main_loop_new(NULL, FALSE), NICE_COMPATIBILITY_RFC5245); g_object_unref(agent); return 0; }
Debug
Known issues
gotchaRequires GLib and GObject; not a standalone C++ library.
fix
Ensure GLib development headers are installed and link against glib-2.0.
affects: *
Upgrade
Version history
0.1.22latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libnice — pip install libnice · libregistry