Skip to content

Autokaka/node-usbmuxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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...

Releases

No releases published

Packages

No packages published