summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 1 insertions, 11 deletions
diff --git a/README b/README
index bad7531..2f09d21 100644
--- a/README
+++ b/README
@@ -17,21 +17,11 @@ notification and backup services running on the device).
17The higher-level layers are handled by libimobiledevice. 'ifuse' is then able 17The higher-level layers are handled by libimobiledevice. 'ifuse' is then able
18to sit on top of this and mount your device's AFC filesystem share. 18to sit on top of this and mount your device's AFC filesystem share.
19 19
20There is also a Python implementation of the client library in the python-client
21library, and an example tcprelay.py which performs a similar function to iproxy.
22This implementation supports OSX and Windows and the new iTunes plist-based
23usbmuxd protocol, so it is portable and will run on those operating systems with
24no modification, using Apple's native usbmuxd. This is useful if you need to
25tunnel to your device from another OS in a pinch. Run python tcpclient.py --help
26for usage information.
27
28License 20License
29======= 21=======
30 22
31The contents of this package are licensed under the GNU General Public License, 23The contents of this package are licensed under the GNU General Public License,
32versions 2 or 3 (see COPYING.GPLv2 and COPYING.GPLv3), except for libuxbmuxd 24versions 2 or 3 (see COPYING.GPLv2 and COPYING.GPLv3). If a more permissive
33which is licensed under the GNU Lesser General Public License, version 2.1 or,
34at your option, any later version (see COPYING.LGPLv2.1). If a more permissive
35license is specified at the top of a source file, it takes precedence over this. 25license is specified at the top of a source file, it takes precedence over this.
36 26
37Legal 27Legal