Registry / networking / usbmuxd

usbmuxd

JSON →
library1.2.235vcpkgunverified

A socket daemon to multiplex connections from and to iOS devices

vcpkg install usbmuxd
INSTALL
IMPORT
SIG · USBMUXD
U
usbmuxd
networkingcppv1.2.235
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.

usbmuxd.h
#include <usbmuxd.h>

List connected iOS devices

#include <usbmuxd.h> #include <stdio.h> int main() { int count = 0; usbmuxd_device_info_t* devices = NULL; if (usbmuxd_get_device_list(&devices) == 0) { for (int i = 0; devices[i].handle != 0; i++) count++; printf("Found %d iOS devices\n", count); usbmuxd_device_list_free(&devices); } return 0; }
Debug
Known issues
gotchaRequires the usbmuxd daemon to be running on the system.
fix
Start the usbmuxd service before using the library.
affects: *
Upgrade
Version history
1.2.235latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

usbmuxd — pip install usbmuxd · libregistry