[TOC]
THIS PROJECT IS STILL UNDER DEVELOPMENT, PLEASE DO NOT USE IT IN YOUR OWN PROJECT FOR NOW!
Pure NodeJS implementation of usbmuxd.
The API is nearly the same with the c version of libusbmuxd.
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.
git clone https://github.com/Autokaka/node-usbmuxd.git
cd node-usbmuxd
npm i
npm run build
UNDER CONSTRUCTION...