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