Giter Site home page Giter Site logo

tihmstar / usbmuxd2 Goto Github PK

View Code? Open in Web Editor NEW
181.0 16.0 38.0 239 KB

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

License: GNU Lesser General Public License v3.0

C++ 92.48% C 2.06% Shell 0.32% Makefile 0.95% M4 4.19%

usbmuxd2's People

Contributors

esresearchdepartment avatar tihmstar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

usbmuxd2's Issues

Error while compiling on Raspberry buster

pi@raspberrypi:~/usbmuxd2 $ make
make all-recursive
make[1]: Entering directory '/home/pi/usbmuxd2'
Making all in usbmuxd2
make[2]: Entering directory '/home/pi/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++17 -g -O0 -DDEBUG=1 -MT usbmuxd-main.o -MD -MP -MF .deps/usbmuxd-main.Tpo -c -o usbmuxd-main.o test -f 'main.cpp' || echo './'main.cpp
mv -f .deps/usbmuxd-main.Tpo .deps/usbmuxd-main.Po
gcc -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"" -g -O0 -DDEBUG=1 -MT usbmuxd-log.o -MD -MP -MF .deps/usbmuxd-log.Tpo -c -o usbmuxd-log.o test -f 'log.c' || echo './'log.c
mv -f .deps/usbmuxd-log.Tpo .deps/usbmuxd-log.Po
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++17 -g -O0 -DDEBUG=1 -MT usbmuxd-Client.o -MD -MP -MF .deps/usbmuxd-Client.Tpo -c -o usbmuxd-Client.o test -f 'Client.cpp' || echo './'Client.cpp
Client.cpp: In member function ‘void Client::processData(const usbmuxd_header*)’:
Client.cpp:292:96: error: too few arguments to function ‘plist_err_t plist_from_memory(const char*, uint32_t, void**, plist_format_t*)’
292 | plist_from_memory(pairRecord, (uint32_t)pairRecord_len, &p_parsedPairRecord);
| ^
In file included from Client.hpp:15,
from Client.cpp:8:
/usr/local/include/plist/plist.h:846:27: note: declared here
846 | PLIST_API plist_err_t plist_from_memory(const char *plist_data, uint32_t length, plist_t *plist, plist_format_t *format);
| ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:633: usbmuxd-Client.o] Error 1
make[2]: Leaving directory '/home/pi/usbmuxd2/usbmuxd2'
make[1]: *** [Makefile:432: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/usbmuxd2'
make: *** [Makefile:364: all] Error 2

Connect multiple devices via wifi

I have usbmuxd2 successfully running on Linux Mint 21 and have successfully connected one ios 15 device via wifi! However, I am unable to connect a second ios device via wifi. When I connect the second device to USB it shows up properly and can sync the device, but it will not show up via wifi (idevice_id -n only lists the first device). Is it possible to connect more than one device? Is there additional configuration that needs to be done to make it possible?

Could not load config with error=8060947

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] sysconf_set_value: Reading SystemConfiguration failed! Regenerating!
[23:58:50.352][0] Could not load config with error=8060947 (assure failed)
[23:58:50.352][0] failed to load config!

Intermittent Wi-Fi Connectivity Issue with usbmuxd2 Causing Loss of Device Detection on iOS 15.x and 16.x

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 longer recognizes these devices. Restarting avahi does not resolve the problem. Due to the sometimes unstable Wi-Fi signal, which may temporarily disconnect and then reconnect, usbmuxd2 loses its management over the devices. Each time this happens, I have to restart the usbmuxd2 service to make the devices detectable again.

After about 24 hours of operation, out of 50 devices, sometimes only 30, 40, or even just 20 devices remain connected to usbmuxd2.

I also can't continuously restart usbmuxd2 as it disrupts the current connections with iOS, leading to instability, which is not viable for deploying automation.

Can someone help me resolve this issue?

ERROR on Make

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 to ellipsis of inherited constructor ‘tihmstar::MUXException_client_disconnected::MUXException_client_disconnected(const char*, const char*, int, const char*, const char*, ...) [inherited from tihmstar::exception]’
110 | retcustomerror(MUXException_client_disconnected, "client %d disconnected!",_fd);
| ^~~~~~~~~~~~~~
In file included from Client.cpp:15:
MUXException.hpp:22:25: note: declared here
22 | using MUXException::MUXException;
| ^~~~~~~~~~~~
make[2]: *** [Makefile:637: usbmuxd-Client.o] Error 1
make[2]: Leaving directory '/home/mark/usbmuxd2/'
make[1]: *** [Makefile:444: all-recursive] Error 1
make[1]: Leaving directory '/home/mark/'
make: *** [Makefile:374: all] Error 2

Error "Unimplemented: passing arguments to ellipsis of inherited constructor"

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 -o Devices/usbmuxd-USBDevice_receiver.o `test -f 'Devices/USBDevice_receiver.cpp' || echo '/home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/'`Devices/USBDevice_receiver.cpp
In file included from /home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Muxer.hpp:13,
                 from /home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Manager/ClientManager.hpp:11,
                 from /home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Client.hpp:12,
                 from /home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Client.cpp:8:
/home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Client.cpp: In member function ‘void Client::readData()’:
/home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Client.cpp:110:9: sorry, unimplemented: passing arguments to ellipsis of inherited constructor ‘tihmstar::MUXException_client_disconnected::MUXException_client_disconnected(const char*, const char*, int, const char*, const char*, ...) [inherited from tihmstar::exception]’
  110 |         retcustomerror(MUXException_client_disconnected, "client %d disconnected!",_fd);
      |         ^~~~~~~~~~~~~~
In file included from /home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/Client.cpp:15:
/home/hadess/Projects/jhbuild/usbmuxd2/usbmuxd2/MUXException.hpp:22:25: note: declared here
   22 |     using MUXException::MUXException;
      |                         ^~~~~~~~~~~~

Compile error: incomplete type WIFIDeviceManager

Not sure if anyone's still keeping an eye on this repo, but I'm having an issue compiling it. I tried with both gcc 10.2.1 and clang 11.0.1 and it gives this error:

Muxer.cpp: In destructor ‘Muxer::~Muxer()’:
Muxer.cpp:73:20: error: invalid use of incomplete type ‘class WIFIDeviceManager’
   73 |         _wifidevmgr->kill();
      |                    ^~
In file included from Muxer.cpp:8:
Muxer.hpp:20:7: note: forward declaration of ‘class WIFIDeviceManager’
   20 | class WIFIDeviceManager;
      |       ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:647: usbmuxd-Muxer.o] Error 1
make[2]: Leaving directory '/home/datatags/Downloads/usbmuxd2/usbmuxd2'
make[1]: *** [Makefile:432: all-recursive] Error 1
make[1]: Leaving directory '/home/datatags/Downloads/usbmuxd2'
make: *** [Makefile:364: all] Error 2

It seems to be caused by the change from delete _wifidevmgr to _wifidevmgr->kill(). Help is appreciated, thanks!

Edit: I got it to compile by adding LDFLAGS+="-latomic -lstdc++fs" to the end of configure.ac, but it should probably be fixed in the main code still.

can't compile it on arch linux

make all-recursive
make[1]: Entering directory '/home/firas/Downloads/usbmuxd2'
Making all in usbmuxd2
make[2]: Entering directory '/home/firas/Downloads/usbmuxd2/usbmuxd2'
/bin/sh ../libtool --tag=CXX --mode=link g++ -I../usbmuxd2 -I/usr/include/libusb-1.0 -g -O2 -DCUSTOM_LOGGING=""log.h"" -std=c++17 -g -O0 -DDEBUG=1 -lplist-2.0 -lusb-1.0 -limobiledevice-1.0 -lplist-2.0 -lavahi-common -lavahi-client -lgeneral -lstdc++fs -o usbmuxd usbmuxd-main.o usbmuxd-log.o usbmuxd-Client.o usbmuxd-Muxer.o usbmuxd-TCP.o usbmuxd-SockConn.o usbmuxd-Device.o usbmuxd-Event.o Devices/usbmuxd-USBDevice.o Devices/usbmuxd-WIFIDevice.o Manager/usbmuxd-Manager.o Manager/DeviceManager/usbmuxd-DeviceManager.o Manager/DeviceManager/usbmuxd-USBDeviceManager.o Manager/DeviceManager/usbmuxd-WIFIDeviceManager-avahi.o Manager/DeviceManager/usbmuxd-WIFIDeviceManager-mDNS.o Manager/usbmuxd-ClientManager.o sysconf/usbmuxd-sysconf.o sysconf/usbmuxd-preflight.o
libtool: link: g++ -I../usbmuxd2 -I/usr/include/libusb-1.0 -g -O2 -DCUSTOM_LOGGING="log.h" -std=c++17 -g -O0 -DDEBUG=1 -o usbmuxd usbmuxd-main.o usbmuxd-log.o usbmuxd-Client.o usbmuxd-Muxer.o usbmuxd-TCP.o usbmuxd-SockConn.o usbmuxd-Device.o usbmuxd-Event.o Devices/usbmuxd-USBDevice.o Devices/usbmuxd-WIFIDevice.o Manager/usbmuxd-Manager.o Manager/DeviceManager/usbmuxd-DeviceManager.o Manager/DeviceManager/usbmuxd-USBDeviceManager.o Manager/DeviceManager/usbmuxd-WIFIDeviceManager-avahi.o Manager/DeviceManager/usbmuxd-WIFIDeviceManager-mDNS.o Manager/usbmuxd-ClientManager.o sysconf/usbmuxd-sysconf.o sysconf/usbmuxd-preflight.o -lusb-1.0 -limobiledevice-1.0 -lplist-2.0 -lavahi-common -lavahi-client -lgeneral -lstdc++fs
/usr/bin/ld: usbmuxd-Client.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:530: usbmuxd] Error 1
make[2]: Leaving directory '/home/firas/Downloads/usbmuxd2/usbmuxd2'
make[1]: *** [Makefile:432: all-recursive] Error 1
make[1]: Leaving directory '/home/firas/Downloads/usbmuxd2'
make: *** [Makefile:364: all] Error 2

Not able to build this on Raspbian Buster

Getting this error when I try to build

/usr/bin/ld: usbmuxd-Event.o: in function `Event::~Event()':
/usr/include/c++/7/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: /usr/include/c++/7/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: usbmuxd-Event.o: in function `Event::wait()':
/usr/include/c++/7/bits/atomic_base.h:296: undefined reference to `__atomic_fetch_add_8'
/usr/bin/ld: /usr/include/c++/7/bits/atomic_base.h:304: undefined reference to `__atomic_fetch_sub_8'
/usr/bin/ld: usbmuxd-Event.o: in function `Event::members() const':
/usr/include/c++/7/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
collect2: error: ld returned 1 exit status

Full log is here https://pastebin.com/sNXnt0EM

Did all the steps as per the README.
What am I doing wrong here?

Error compliling. Undefined reference to symbol pthread

Hi,
I tried compiling usbmuxd2 from source, following the procedure listed in README.md but I am getting an error from usbmux-Client.o complaining about pthread:

/usr/bin/ld: usbmuxd-Client.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line

I tried adding -lpthread to Makefile LIBS but to no avail

I don't know how to proceed

*** Note: libimobiledevice support has been disabled *** configure: error: wifi support requested but no wifi backend could not be found

how do i resolve this error please

└──╼ $./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'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
configure.ac:11: installing './compile'
configure.ac:12: installing './missing'
usbmuxd2/Makefile.am: installing './depcomp'
configure.ac:4: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.
configure.ac:4: You should run autoupdate.
./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
configure.ac:4: the top level
configure.ac:11: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.ac:11: You should run autoupdate.
m4/libtool.m4:101: AM_PROG_LIBTOOL is expanded from...
configure.ac:11: the top level
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking whether we need platform-specific build settings... checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libgeneral >= 72... yes
checking for libusb-1.0 >= 1.0.9... yes
checking for libplist-2.0 >= 2.2.0... yes
checking for avahi-client >= 0.7... no
checking for libimobiledevice-1.0 >= 1.3.0... no
*** Note: libimobiledevice support has been disabled ***
configure: error: wifi support requested but no wifi backend could not be found

Error when trying to make usbmuxd2

I am trying to compile usbmxd2 on my Raspi 4. I'm running buster on Rasbian lite

When I do "./autogen.sh" I get the following:

`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'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
configure.ac:11: installing './compile'
configure.ac:12: installing './missing'
usbmuxd2/Makefile.am:10: warning: AM_CFLAGS was already defined in condition !DEBUG, which is included in condition TRUE ...
usbmuxd2/Makefile.am:6: ... 'AM_CFLAGS' previously defined here
usbmuxd2/Makefile.am:11: warning: AM_CXXFLAGS was already defined in condition !DEBUG, which is included in condition TRUE ...
usbmuxd2/Makefile.am:7: ... 'AM_CXXFLAGS' previously defined here
usbmuxd2/Makefile.am: installing './depcomp'
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking how to print strings... printf
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of cc... gcc3
checking for g++... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of c++... gcc3
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking whether we need platform-specific build settings... checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libgeneral... yes
checking for libusb... yes
checking for libplist... yes
checking for libimobiledevice... yes
checking for avahi... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking filesystem usability... no
checking filesystem presence... no
checking for filesystem... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for clock_gettime... yes
checking for gettimeofday... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating udev/Makefile
config.status: creating systemd/Makefile
config.status: creating usbmuxd2/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
config.status: executing depfiles commands

Configuration for usbmuxd2-46:

install prefix ..........: /usr/local
Debug build .............: false
preflight support .......: yes
WIFI support ............: yes
activation method .......: systemd
WIFI backend ............: avahi
systemd unit directory ..: /lib/systemd/system
udev rules directory ....: /lib/udev/rules.d
compiler ................: cc
`
but when I do make, I get errors:

(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pi/nMirror/usbmuxd2/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory '/home/pi/nMirror/usbmuxd2' Making all in usbmuxd2 make[2]: Entering directory '/home/pi/nMirror/usbmuxd2/usbmuxd2' c++ -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++17 -MT usbmuxd-Client.o -MD -MP -MF .deps/usbmuxd-Client.Tpo -c -o usbmuxd-Client.o test -f 'Client.cpp' || echo './'`Client.cpp
Client.cpp:292:21: error: no matching function for call to 'plist_from_memory'
plist_from_memory(pairRecord, (uint32_t)pairRecord_len, &p_parsedPairRecord);
^~~~~~~~~~~~~~~~~
/usr/local/include/plist/plist.h:846:27: note: candidate function not viable: requires 4 arguments,
but 3 were provided
PLIST_API plist_err_t plist_from_memory(const char *plist_data, uint32_t length, plist_t ...
^
1 error generated.
make[2]: *** [Makefile:633: usbmuxd-Client.o] Error 1
make[2]: Leaving directory '/home/pi/nMirror/usbmuxd2/usbmuxd2'
make[1]: *** [Makefile:430: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/nMirror/usbmuxd2'
make: *** [Makefile:362: all] Error 2

Any ideas what could be going on?
`

Failed to build usbmuxd2 on Ubuntu 18.04

Hi, I'm trying to build this repo on Ubuntu 18.04, but I got this error:

libtool: link: g++ -I../usbmuxd2 -I/usr/local/include -I/usr/include/libusb-1.0 -I/usr/local/include -g -O2 -DCUSTOM_LOGGING="log.h" -std=c++17 -o usbmuxd usbmuxd-main.o usbmuxd-log.o usbmuxd-Client.o usbmuxd-Muxer.o usbmuxd-TCP.o usbmuxd-SockConn.o usbmuxd-Device.o usbmuxd-Event.o Devices/usbmuxd-USBDevice.o Devices/usbmuxd-WIFIDevice.o Manager/usbmuxd-Manager.o Manager/DeviceManager/usbmuxd-DeviceManager.o Manager/DeviceManager/usbmuxd-USBDeviceManager.o Manager/DeviceManager/usbmuxd-WIFIDeviceManager-avahi.o Manager/DeviceManager/usbmuxd-WIFIDeviceManager-mDNS.o Manager/usbmuxd-ClientManager.o sysconf/usbmuxd-sysconf.o sysconf/usbmuxd-preflight.o -L/usr/local/lib -lusb-1.0 /usr/local/lib/libimobiledevice-1.0.so /usr/local/lib/libplist-2.0.so -lavahi-common -lavahi-client /usr/local/lib/libgeneral.so -lstdc++fs -pthread
usbmuxd-log.o: In function usbmuxd_log': /home/ubuntu/usbmuxd2/usbmuxd2/log.c:56: undefined reference to assure'
/home/ubuntu/usbmuxd2/usbmuxd2/log.c:58: undefined reference to `assure'
collect2: error: ld returned 1 exit status
Makefile:514: recipe for target 'usbmuxd' failed
make[2]: *** [usbmuxd] Error 1
make[2]: 离开目录“/home/ubuntu/usbmuxd2/usbmuxd2”
Makefile:430: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: 离开目录“/home/ubuntu/usbmuxd2”
Makefile:362: recipe for target 'all' failed
make: *** [all] Error 2

I think I've strictly observe the Readme guide, and what's more I have tried to do something for solving this problem:

  1. make and install libusbmuxd from tihmstar's fork, instead of the libimobiledevice official ones. But I got

/usr/bin/ld: cannot find -lusbmuxd-2.0

when making libimobiledevice. so I reinstalled the official libusbmuxd. After that, I build tihmstar's libimobiledevice and usbmuxd2, but still got that error when compiling usbmuxd2.

  1. using clang to compile instead of gcc, but still failed:

/usr/bin/ld: usbmuxd-log.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:514: recipe for target 'usbmuxd' failed

I'm a Linux user with some experience,but unfamiliar with coding, especially in lower layer of system. I have strong interest in hosting a private iOS wireless backup node, but I stucked in this step. Appreciate someone's help in advance!

desktop crash

i'm using kde plasma and every time i compile usbmuxd2 and run it with wifi my whole desktop immediately crashes

Error on make: No matching function for call to 'plist_from_memory'

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:

dave@ubuntu:~/temp/usbmuxd2$ sudo make
make  all-recursive
make[1]: Entering directory '/home/dave/temp/usbmuxd2'
Making all in usbmuxd2
make[2]: Entering directory '/home/dave/temp/usbmuxd2/usbmuxd2'
clang++ -DHAVE_CONFIG_H -I. -I..       -I../usbmuxd2   -I/usr/include/libusb-1.0   -I/usr/local/include  -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -std=c++20 -MT usbmuxd-Client.o -MD -MP -MF .deps/usbmuxd-Client.Tpo -c -o usbmuxd-Client.o `test -f 'Client.cpp' || echo './'`Client.cpp
Client.cpp:298:21: error: no matching function for call to 'plist_from_memory'
                    plist_from_memory(pairRecord, (uint32_t)pairRecord_len, &p_parsedPairRecord, NULL);
                    ^~~~~~~~~~~~~~~~~
/usr/include/plist/plist.h:699:10: note: candidate function not viable: requires 3 arguments, but 4 were provided
    void plist_from_memory(const char *plist_data, uint32_t length, plist_t * plist);
         ^
1 error generated.
make[2]: *** [Makefile:637: usbmuxd-Client.o] Error 1
make[2]: Leaving directory '/home/dave/temp/usbmuxd2/usbmuxd2'
make[1]: *** [Makefile:442: all-recursive] Error 1
make[1]: Leaving directory '/home/dave/temp/usbmuxd2'
make: *** [Makefile:372: all] Error 2

undefined reference to `assure'

Hi tihmstart i installed all the requirements to compile this repo but at the end i got this issue
#/usr/bin/ld: /home/firas/Downloads/usbmuxd2/usbmuxd2/log.c:58: undefined reference to #`assure'
#collect2: error: ld returned 1 exit status
#make[2]: *** [Makefile:530: usbmuxd] Error 1
#make[2]: Leaving directory '/home/firas/Downloads/usbmuxd2/usbmuxd2'
#make[1]: *** [Makefile:432: all-recursive] Error 1
#make[1]: Leaving directory '/home/firas/Downloads/usbmuxd2'
#make: *** [Makefile:364: all] Error 2

can you please help me solving that or check it if you can update the source and solve it

thank you

Can somebody do tutorial?

Can somebody do tutorial how to set it? Because I builded usbmuxd2 and dependencies and I sill can't connect with my iPhone with ideviceinfo -n. IDK what the problem is.

ipv6 support

When using a wireless connection, I encountered a problem.
Can you tell me how muxer supports ipv6 addresses.
Thank you.

Unable to build usbmuxd2

It seems a file is missing in libgeneral.

OS : Ubuntu 18.04

Configuration for usbmuxd2 6:
-------------------------------------------

  Debug build .............: false
  preflight support .......: yes
  ẂIFI support ............: yes

  Now type 'make' to build usbmuxd2 version: 6,

λ ~/Documents/usbmuxd2(master) » make
make  all-recursive
make[1]: Entering directory '/home/mathieu/Documents/usbmuxd2'
Making all in usbmuxd2
make[2]: Entering directory '/home/mathieu/Documents/usbmuxd2/usbmuxd2'
Makefile:526: ../external/libgeneral/libgeneral/.deps/usbmuxd-exception.Po: No such file or directory
make[2]: *** No rule to make target '../external/libgeneral/libgeneral/.deps/usbmuxd-exception.Po'.  Stop.
make[2]: Leaving directory '/home/mathieu/Documents/usbmuxd2/usbmuxd2'
Makefile:419: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mathieu/Documents/usbmuxd2'
Makefile:351: recipe for target 'all' failed
make: *** [all] Error 2

libgeneral from source ends up as wrong version while building usbmuxd2?

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 libtoolize && ./autogen.sh && ./configure --prefix=/output && make -j$(nproc) && make install


ENV PKG_CONFIG_PATH=/output/lib/pkgconfig/
RUN git clone --depth=1 https://github.com/tihmstar/usbmuxd2 /usr/src/usbmuxd2
WORKDIR /usr/src/usbmuxd2
RUN libtoolize && ./autogen.sh && ./configure --prefix=/output && make -j$(nproc) && make install

...

 > [8/8] RUN libtoolize && ./autogen.sh && ./configure --prefix=/output && make -j$(nproc) && make install:
7.087
7.087 Package dependency requirement 'libgeneral >= 39' could not be satisfied.
7.087 Package 'libgeneral' has version '1', required version is '>= 39'
7.087
7.087 Consider adjusting the PKG_CONFIG_PATH environment variable if you
7.087 installed software in a non-standard prefix.
7.087
7.087 Alternatively, you may set the environment variables libgeneral_CFLAGS
7.087 and libgeneral_LIBS to avoid the need to call pkg-config.
7.087 See the pkg-config man page for more details.

Looking at https://github.com/tihmstar/libgeneral and taking a guess, I need to be using a tagged version of libgeneral.

Connection drops when phone locks

I am not sure if this is usbmuxd2, libimobiledevice or ios issue, but when I mount my ios 15 device via wifi, it works fine as long as my screen stays on and phone is unlocked. But when my phone locks, the mount fails and when I try to access it I get an Input/output error and I must unmount, restart usbmuxd service and remount. Is this expected behavior, or is there a workaround? When I run idevicebackup2 vs. ifuse, the phone is able to continue syncing even when the phone is locked, so it seems like it should be possible when mounting via ifuse?

Err: usbmuxd2.service: Failed with result 'exit-code' - not clear what to do with iproxy

Yo, I have log like that:

gru 14 19:35:19 EndeavourGaming systemd[1]: Started usbmuxd2 service.
gru 14 19:35:19 EndeavourGaming iproxy[44499]: ERROR: Not enough parameters. Need at least one pair of ports.
gru 14 19:35:19 EndeavourGaming iproxy[44499]: Usage: iproxy [OPTIONS] LOCAL_PORT:DEVICE_PORT [LOCAL_PORT2:DEVICE_PORT2 ...]
gru 14 19:35:19 EndeavourGaming iproxy[44499]: Proxy that binds local TCP ports to be forwarded to the specified ports on a usbmux device.
gru 14 19:35:19 EndeavourGaming iproxy[44499]: OPTIONS:
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -u, --udid UDID    target specific device by UDID
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -n, --network      connect to network device
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -l, --local        connect to USB device (default)
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -s, --source ADDR  source address for listening socket (default 127.0.0.1)
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -h, --help         prints usage information
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -d, --debug        increase debug level
gru 14 19:35:19 EndeavourGaming iproxy[44499]:   -v, --version      prints version information
gru 14 19:35:19 EndeavourGaming iproxy[44499]: Homepage:    <https://libimobiledevice.org>
gru 14 19:35:19 EndeavourGaming iproxy[44499]: Bug Reports: <https://github.com/libimobiledevice/libusbmuxd/issues>
gru 14 19:35:19 EndeavourGaming systemd[1]: usbmuxd2.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
gru 14 19:35:19 EndeavourGaming systemd[1]: usbmuxd2.service: Failed with result 'exit-code'.

And IDK how to set up this iproxy. To work everytime. Any sugestions?

Getting failed connection error failed to recv_data on client X with error=client X disconnected! code=6750218

Hi, when I try to list devices available to my Raspberry pi (there is an Apple TV 4th gen on the network, and I can confirm it's available on my wifi using another tool (pyATV, using atvremote command).

I've got idevice_id version of 1.3.0-190-g6fc41f5 and successfully installed usbmuxd2. This is what I get when run usbmuxd -V:

[15:15:57.668][3] starting usbmuxd2 version: 0.46-753b79eaf317c56df6c8b1fb6da5847cc54a0bb0-RELEASE
[15:15:57.670][3] Loaded config
usbmuxd2 version: 0.46-753b79eaf317c56df6c8b1fb6da5847cc54a0bb0-RELEASE

One thing I've noticed, even when I have usbmuxd running, with the below information:

[15:02:41.372][3] starting usbmuxd2 version: 0.46-753b79eaf317c56df6c8b1fb6da5847cc54a0bb0-RELEASE
[15:02:41.373][3] Loaded config
[15:02:41.373][3] starting usbmuxd2 version: 0.46-753b79eaf317c56df6c8b1fb6da5847cc54a0bb0-RELEASE
[15:02:41.374][3] Inited ClientManager
[15:02:41.374][3] USBDeviceManager libusb 1.0
[15:02:41.389][3] Registering for libusb hotplug events
[15:02:41.390][3] Inited USBDeviceManager
[15:02:41.398][3] Inited WIFIDeviceManager
[15:02:41.398][4] Initialization complete
... {usbmuxd is waiting here}

I get this when I run service usbmuxd status:

● usbmuxd.service - Socket daemon for the usbmux protocol used by Apple devices
     Loaded: loaded (/lib/systemd/system/usbmuxd.service; disabled; vendor pres>
     Active: inactive (dead)
       Docs: man:usbmuxd(8)

I am getting the failed to recv_data on client X with error=client X disconnected! code=6750218 (X increments everytime I run idevice_id --list, or any of its variation)

Is there anything we need to do with the client? I read somewhere that this might be an issue with Avahi-Client, but my Avahi is running ok, and I can confirm that when I do :

TriggeredBy: ● avahi-daemon.socket
   Main PID: 381 (avahi-daemon)
     Status: "Server startup complete. Host name is {DEVICE_NAME}.local. Local service cookie is 3412524750."
      Tasks: 1 (limit: 3933)
        CPU: 606ms
     CGroup: /system.slice/avahi-daemon.service
             └─381 avahi-daemon: running [DEVICE_NAME.local]

Jul 28 14:11:55 DEVICE_NAME systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 28 14:11:56 DEVICE_NAME avahi-daemon[381]: Server startup complete. Host name is DEVICE_NAME.local. Local service cookie is 3412524750.
Jul 28 14:11:57 DEVICE_NAME avahi-daemon[381]: Service "DEVICE_NAME" (/usr/local/etc/avahi/services/ssh.service) successfully established.
Jul 28 14:11:57 DEVICE_NAME avahi-daemon[381]: Service "DEVICE_NAME" (/usr/local/etc/avahi/services/sftp-ssh.service) successfully established.
Jul 28 14:12:02 DEVICE_NAME avahi-daemon[381]: Joining mDNS multicast group on interface wlan0.IPv6 with address [DEVICE_MAC_ADDRESS].
Jul 28 14:12:02 DEVICE_NAME avahi-daemon[381]: New relevant interface wlan0.IPv6 for mDNS.
Jul 28 14:12:02 DEVICE_NAME avahi-daemon[381]: Registering new address record for [DEVICE_MAC_ADDRESS] on wlan0.*.
Jul 28 14:12:07 DEVICE_NAME avahi-daemon[381]: Joining mDNS multicast group on interface wlan0.IPv4 with address [DEVICE_IP_ADDRESS].
Jul 28 14:12:07 DEVICE_NAME avahi-daemon[381]: New relevant interface wlan0.IPv4 for mDNS.
Jul 28 14:12:07 DEVICE_NAME avahi-daemon[381]: Registering new address record for [DEVICE_IP_ADDRESS] on wlan0.IPv4.

Thanks a lot and if we need any more information, please let me know and I'll find and provide it.

too few arguments to function upon make of file

Getting this error on two separate systems and instances when trying to make the file, always comes up with the same error information, see below - always combination of error 1 and error 2

~/usbmuxd2 $ make make all-recursive make[1]: Entering directory '/home/pi/usbmuxd2' Making all in usbmuxd2 make[2]: Entering directory '/home/pi/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++17 -g -O0 -DDEBUG=1 -MT usbmuxd-Client.o -MD -MP -MF .deps/usbmuxd-Client.Tpo -c -o usbmuxd-Client.o test -f 'Client.cpp' || echo './'Client.cpp Client.cpp: In member function ‘void Client::processData(const usbmuxd_header*)’: Client.cpp:292:96: error: too few arguments to function ‘plist_err_t plist_from_memory(const char*, uint32_t, void**, plist_format_t*)’ 292 | plist_from_memory(pairRecord, (uint32_t)pairRecord_len, &p_parsedPairRecord); | ^ In file included from Client.hpp:15, from Client.cpp:8: /usr/local/include/plist/plist.h:846:27: note: declared here 846 | PLIST_API plist_err_t plist_from_memory(const char *plist_data, uint32_t length, plist_t *plist, plist_format_t *format); | ^~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:633: usbmuxd-Client.o] Error 1 make[2]: Leaving directory '/home/pi/usbmuxd2/usbmuxd2' make[1]: *** [Makefile:432: all-recursive] Error 1 make[1]: Leaving directory '/home/pi/usbmuxd2' make: *** [Makefile:364: all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.