Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/posixninja/libimobiledevice
A protocol library to access an iPhone or iPod Touch in Linux
https://github.com/posixninja/libimobiledevice
Last synced: 18 days ago
JSON representation
A protocol library to access an iPhone or iPod Touch in Linux
- Host: GitHub
- URL: https://github.com/posixninja/libimobiledevice
- Owner: posixninja
- License: lgpl-2.1
- Created: 2010-06-05T19:48:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-21T09:32:30.000Z (over 14 years ago)
- Last Synced: 2024-07-31T22:55:18.963Z (3 months ago)
- Language: C
- Homepage: http://www.libimobiledevice.org
- Size: 884 KB
- Stars: 64
- Watchers: 8
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
About
=====A library to communicate with services running on Apple iPhone/iPod Touch
devices.Requirements
============Development Packages of:
libgnutls
libgcrypt
glib2.0
libplist
libusbmuxd (within usbmuxd package, see below)Software:
usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git)
make
autoheader
automake
autoconf
libtool
gccInstallation
============To compile run:
./configure
make
sudo make installOn Ubuntu/Debian, you can do:
sudo apt-get install build-essential automake autoconf libtool\
libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-devWho/What/Where?
===============Home:
http://www.libimobiledevice.org/Code:
git clone git://git.sukimashita.com/libimobiledevice.gitTickets:
http://libiphone.lighthouseapp.com/Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-develCredits
=======Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
libimobiledevice is an independent software library and has not been
authorized, sponsored, or otherwise approved by Apple Inc.README Updated on:
2010-03-31