Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.