Registry / networking / libjuice

libjuice

JSON →
library1.7.1vcpkgunverified

The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.

vcpkg install libjuice
INSTALL
IMPORT
SIG · LIBJUICE
L
libjuice
networkingcppv1.7.1
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.

juice/juice.h
#include <juice/juice.h>

Create and destroy an ICE agent

#include <juice/juice.h> #include <stdio.h> int main() { juice_agent_config_t config = juice_agent_config_default(); juice_agent_t *agent = juice_agent_create(&config); printf("ICE agent created\n"); juice_agent_destroy(agent); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libjuice — pip install libjuice · libregistry