package usbmux

  1. Overview
  2. No Docs
Control port remapping for iOS devices

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
md5=530bf30ff4b567b9406543900d08828e

Description

Talk to jailbroken iDevices over USB with the CLI, gandalf.

Basically this lets you do:

ssh -p <some_port> root@localhost

for an iPhone/iPod/iDevice.

Example usage:

sudo which gandalf --mappings etc/mapping --daemonize --verbose

See uptime, tunnels and other metadata with:

gandalf --status

Check out the man page or see the README at: https://github.com/onlinemediagroup/ocaml-usbmux/blob/master/README.org

Published: 05 Feb 2016

Dependencies (9)

  1. yojson
  2. stringext
  3. plist
  4. ocamlfind build
  5. lwt >= "2.5.1" & < "3.0.0"
  6. cohttp < "0.99"
  7. cmdliner build
  8. ANSITerminal
  9. ocaml >= "4.02.0" & < "4.04.0"

Dev Dependencies

None

Used by

None

Conflicts

None