usbmuxd2 icon indicating copy to clipboard operation
usbmuxd2 copied to clipboard

A socket daemon written in C++ to multiplex connections from and to iOS devices over USB and WIFI

Results 23 usbmuxd2 issues
Sort by recently updated
recently updated
newest added

It's possibile to have a build working on ArchLinux?

There have been a few changes that, while working in the Xcode build, have broken the Makefile build. I did not make the WifiDeviceManager implementation selectable when making these changes,...

I'm getting this error when running this... What does it mean? ``` justinwhite@localhost:~/Sources/usbmuxd2$ usbmuxd [23:58:50.352][3] starting usbmuxd2 version: 0.11-1c97b9b7f75887c8e3aea22d3b561ca6a6bafff5 [23:58:50.352][2] Failed to get doPreflight! setting it to default val [23:58:50.352][2]...

Hi, Is anyone able to resolve this error. In file included from ./Muxer.hpp:13, from Manager/ClientManager.hpp:11, from Client.hpp:12, from Client.cpp:8: Client.cpp: In member function ‘void Client::readData()’: Client.cpp:110:9: sorry, unimplemented: passing arguments...

Trying to compile the current git on Fedora 39, and `gcc-c++-13.2.1-4.fc39.x86_64`: ``` g++ -DHAVE_CONFIG_H -I. -I/home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2 -I.. -I/home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2 -I/usr/include/libusb-1.0 -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -std=c++20 -MT Devices/usbmuxd-USBDevice_receiver.o -MD -MP -MF Devices/.deps/usbmuxd-USBDevice_receiver.Tpo -c...

Recently, I deployed usbmuxd2 for 50 iOS devices, versions 15.x and 16.x, and I have observed the following issue: Whenever the Wi-Fi connection is lost and then re-established, usbmuxd2 no...

```Dockerfile FROM debian:bookworm ENV NOCONFIGURE=1 RUN apt update && apt install -y --no-install-recommends pkgconf automake autoconf g++ libtool git ca-certificates make RUN git clone --depth=1 https://github.com/tihmstar/libgeneral /usr/src/libgeneral WORKDIR /usr/src/libgeneral RUN...

git clone of master as of 1st May 2024 Steps: `./autogen.sh` Using clang as compiler with: `./configure CC=clang CXX=clang++` Then run: `make` Error: ```bash dave@ubuntu:~/temp/usbmuxd2$ sudo make make all-recursive make[1]:...

how do i resolve this error please ```bash └──╼ $./autogen.sh libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4'...

```sh └──╼ $make make all-recursive make[1]: Entering directory '/home/user/usbmuxd2' Making all in usbmuxd2 make[2]: Entering directory '/home/user/usbmuxd2/usbmuxd2' g++ -DHAVE_CONFIG_H -I. -I.. -I../usbmuxd2 -I/usr/local/include -I/usr/include/libusb-1.0 -I/usr/local/include -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -std=c++20 -MT...