Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thyrlian/mobiledevicepool
Web UI to manage your mobile devices kingdom.
https://github.com/thyrlian/mobiledevicepool
android deploy device farm ios mobile pool test
Last synced: about 1 month ago
JSON representation
Web UI to manage your mobile devices kingdom.
- Host: GitHub
- URL: https://github.com/thyrlian/mobiledevicepool
- Owner: thyrlian
- License: mit
- Created: 2016-07-08T16:11:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T19:44:16.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T21:29:54.497Z (7 months ago)
- Topics: android, deploy, device, farm, ios, mobile, pool, test
- Language: Ruby
- Size: 1.05 MB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MobileDevicePool
===========Web UI to manage your mobile devices kingdom. Currently support Android and iOS devices.
Forked from my own project: [**Captain-ADB**](https://github.com/thyrlian/Captain-ADB)
## Demo
## Setup
* Run `bundle install` to install all ruby dependencies
* Install [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) (iOS devices communication tool)
* Install [ideviceinstaller](https://github.com/libimobiledevice/ideviceinstaller) (manage apps on iOS devices)## Setup on [Raspbian](https://www.raspberrypi.org/downloads/raspbian/)
* `sudo gem install bundler`
* `bundle install`
* `sudo apt-get install libimobiledevice4 libimobiledevice-utils ideviceinstaller usbmuxd` (apt-get doesn't guarantee to have the latest version, which might not support the latest iOS version)
* Download and install [Android SDK](https://developer.android.com/studio/index.html)## Run Service
Run `rackup -p -o 0.0.0.0` and the open `http://localhost:/` in the browser
## License
Copyright (c) 2016 Jing Li. See the [LICENSE](https://github.com/thyrlian/MobileDevicePool/blob/master/LICENSE) file for details.