Crate peertalk[][src]

Expand description

Crate to handle establishing network connections over USB to apple devices

Structs

Info about an attached device

Listens for iOS devices connecting over USB via Apple Mobile Support/usbmuxd

Enums

How device is connected

Event that can occur on device listener

Error for device listener etc

Product type of connected device, which typically is an iPad, iPhone, or iPod touch

Error type for any errors with talking to USB muxer/device support

Functions

Creates a network connection over USB to given device & port

Type Definitions

Device ID type, currently u64 to hold max value stored in plist

Alias for any of this crate’s results

Aliases UsbSocket to std::net::TcpStream on Windows