https://github.com/Genymobile/scrcpy https://www.easyicon.net https://github.com/mikusjelly/apkutils https://github.com/gtsystem/python-remotezip https://github.com/willerce/WhatsInput 以前我一直对打赏这种行为不屑一顾,但真正的收到社区成员千翻百计找到我的打赏码打赏的时候还是很开心,感觉工作得到...
git clone https://github.com/openatx/atxserver2-android-providercdatxserver2-android-provider#安装依赖npm install#准备Python虚拟环境(可选)python3 -m venv venv.venv/bin/activate#venv/Scripts/activate.bat # for windowspip install -r requirements.txt#启动,需要指定atxserver2的地址, 假设地址为 http...
1、atxserver2: 安装⽹址: https://github.com/openatx/atxserver2 2、atxserver2-android-provider: 安装⽹址:https://github.com/openatx/atxserver2-android-provider 3、node.js 安装⽹址:http://nodejs.cn/download/ 4、rethinkdb 安装⽹址:https://rethinkdb.com/docs/install/ ⾸先第⼀个...
gitclonehttps://github.com/openatx/atxserver2.git 进入到文件根目录,安装依赖,到根目录执行 pip install -r requirements.txt (3)启动 启动atxserver服务,进入atx2所在目录并执行(打开后窗口不能关闭)python main.py 设置监听端口 python main.py --server 本机IP地址:4000 # 默认监听的就是这个地址 启...
atxserver2 设备管理网站https://github.com/openatx/atxserver2.git atxserver2-android-provider安卓手机连接助手https://github.com/openatx/atxserver2-android-provider.git atxserver2 搭建 进入atxserver2-master代码进入cmd后,执行命令"docker-compose up",构建镜像,构建成功后可关闭窗口,容器已在运行服务 ...
1.github链接 atxserver2 设备管理网站 atxserver2-android-provider安卓手机连接助手 2.搭建步骤 atxserver2 搭建 docker-compose方式, 代码Clone到本地, 切换到代码目录, 执行命令"docker-compose up"; 如上图信息,在浏览器输入 http://172.19.0.3:4000, 在输入用户名 admin(可自定义其他名称), 即可进入如下页...
atxserver2开源地址:https://github.com/openatx/atxserver2 atxserver2介绍了两种部署方案,第一种是docker-compose方式,第二种是手动部署(个人认为较复杂),目前两种方式的优劣我还不清楚,但由于一些原因,我选择了第二种部署方案。以下是我在用第二种部署方案进行部署的时候遇到的问题和解决方法。
atxserver2文件根目录,CMD输入如下命令 git clone https://github.com/openatx/atxserver2.git 1. 进入到文件根目录,安装依赖,到根目录执行 pip install -r requirements.txt 1. (3)启动 启动atxserver服务,进入atx2所在目录并执行(打开后窗口不能关闭) ...
https://github.com/openatx/atxserver2 目前这个版本提供了Docker的部署方式,可谓是简单快捷。一句docker-compose up命令就能将服务端启动起来。而provider的部署,用docker run ...就可以运行起来。手机连接上去之后,就会自动安装需要的apk和二进制文件。如果需要支持iOS,可能步骤要多点,不要有很详细的步骤供参考。
$ git clonehttps://github.com/openatx/atxserver2.git B,安装依赖,到根目录执行 $ pip3 install -rrequirements.txt C,启动 启动atxserver服务,进入atx2所在目录并执行 $ python3 main.py 设置监听端口 $ python3 main.py --port 4000 # 默认监听的就是这个地址 ...