All Projects → jonathas → openstf-arm7-docker

jonathas / openstf-arm7-docker

Licence: GPL-3.0 license
Smartphone Test Farm using Docker on Raspberry Pi

Projects that are alternatives of or similar to openstf-arm7-docker

adb-butler
adb server for OpenSTF deployment
Stars: ✭ 23 (+21.05%)
Mutual labels:  adb, openstf
stf-client
Request devices from Smartphone Test Farm for adb connection
Stars: ✭ 50 (+163.16%)
Mutual labels:  adb, openstf
homebridge-adb
Homebridge script to control remote ADB enabled Android device
Stars: ✭ 56 (+194.74%)
Mutual labels:  adb
TweakIt-Desktop
An Android Debugging Application
Stars: ✭ 33 (+73.68%)
Mutual labels:  adb
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+10078.95%)
Mutual labels:  adb
leto
Leto: Realtime Application Stack [Angualr2, Rethinkdb/Horizon, ExpressJS] Web | Mobile | Desktop
Stars: ✭ 21 (+10.53%)
Mutual labels:  rethinkdb
AndroidSMSRelay
Script to forward and send android(with root) sms using adb
Stars: ✭ 21 (+10.53%)
Mutual labels:  adb
next-osx
一款基于`Electron`框架开发的Mac应用,用于App启动速度`傻瓜式`评测,同时提供了针对Android设备的一些常用操作
Stars: ✭ 14 (-26.32%)
Mutual labels:  adb
adb-interface-vscode
🔌 A tool that allows you to execute ADB.exe commands/actions without having to interact with the terminal.
Stars: ✭ 26 (+36.84%)
Mutual labels:  adb
ava-rethinkdb
🔗 RethinkDB helpers for AVA
Stars: ✭ 24 (+26.32%)
Mutual labels:  rethinkdb
ATA-GUI
ATA GUI is a project to make ATA available to all the users. ATA GUI is an Advance Tool for Android™ powered by SDK Platform Tools.
Stars: ✭ 40 (+110.53%)
Mutual labels:  adb
web-adb
A simple webapp and API for managing and manipulating connected Android devices via the Android Device Bridge (ABD)
Stars: ✭ 96 (+405.26%)
Mutual labels:  adb
adbd
Android Debug Bridge daemon implementation in RT-Thread
Stars: ✭ 37 (+94.74%)
Mutual labels:  adb
answer ai
go实现西瓜视频,花椒直播,冲顶大会,芝士超人等平台智能答题。
Stars: ✭ 65 (+242.11%)
Mutual labels:  adb
PlexMeetsHomeAssistant
Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click
Stars: ✭ 73 (+284.21%)
Mutual labels:  adb
ethernally
Your scrcpy companion for Android wireless screen mirroring
Stars: ✭ 33 (+73.68%)
Mutual labels:  adb
toster
DSL framework for testing Android apps
Stars: ✭ 31 (+63.16%)
Mutual labels:  adb
einstein
Python Tutorial with popular machine learning algorithms implementation. This tutorial helps you processing data like Einstein
Stars: ✭ 34 (+78.95%)
Mutual labels:  adb
nmt
Network mapping tool
Stars: ✭ 16 (-15.79%)
Mutual labels:  rethinkdb
adb-alfred
adb alfred - all in one
Stars: ✭ 60 (+215.79%)
Mutual labels:  adb

Smartphone Test Farm using Docker on Raspberry Pi

This docker-compose config contains openstf, rethinkdb and adb.

In order to use it:

  • Install Docker and docker-compose
  • Open the docker-compose.yml file and edit the ip address there, entering your server's ip address instead
  • Leave the docker-compose.yml file inside your home directory (/home/pi)
  • Copy the docker-infra.service file from the systemd directory to /etc/systemd/system
  • Reload the daemons: sudo systemctl daemon-reload
  • Enable the service: sudo systemctl enable docker-infra
  • Start everything: sudo systemctl start docker-infra

After everything is loaded, your server will be available on http://< the ip address you configured >:7100

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].