/node-usbmuxd

Pure NodeJS implementation of usbmuxd.

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

[TOC]

WARNING

THIS PROJECT IS STILL UNDER DEVELOPMENT, PLEASE DO NOT USE IT IN YOUR OWN PROJECT FOR NOW!

node-usbmuxd

Pure NodeJS implementation of usbmuxd.

The API is nearly the same with the c version of libusbmuxd.

Prerequirement

If you are not familiar with usbmux, this article might be helpful: Understanding usbmux and the iOS lockdown service.

The sections below will always assume that you have the basic understanding of the usbmux.

Build the project

git clone https://github.com/Autokaka/node-usbmuxd.git
cd node-usbmuxd
npm i
npm run build

Run the example

UNDER CONSTRUCTION...