好友
阅读权限 10
听众
最后登录 1970-1-1
本帖最后由 wushaominkk 于 2019-6-6 21:18 编辑
Python脚本请移步这个帖子: https://www.52pojie.cn/forum.php?mod=viewthread&tid=933232&page=1&extra=#pid25465277
重庆电信测试成功,提速后 下行500M上行 50M;原来宽带下行 200M上行 30M。
注意仅支持天翼家庭云,各地区测试结果可能有所差异,其他地区请自行测试留言反馈。
1.介绍
基于天翼家庭云,脚本基本上可运行于所有的linux系统
2.下载
如果没有安装git请自行安装
[Shell] 纯文本查看 复制代码
git clone [url=https://github.com/vcheckzen/FamilyCloudSpeederInShell.git]https://github.com/vcheckzen/FamilyCloudSpeederInShell.git[/url]
cd FamilyCloudSpeederInShell
3.参数
1.采用手机端抓包方法 (https://github.com/aiyijing/familycloudaccelerate/wiki/%E5%AE%B6%E5%BA%AD%E4%BA%91%E6%89%8B%E6%9C%BA%E7%AB%AF%E6%8A%93%E5%8C%85%E6%96%B9%E6%B3%95 ),获取session_key ,session_secret
2.将参数填入config.json 并且酌情修改其他参数
[Shell] 纯文本查看 复制代码
{
"session_key":"session_key", # 必填 session_key
"session_secret":"session_secret",# 必填 session_secret
"setting":{
"method":"POST", # 可选:POST|GET
"rate":600 # 心跳包频率 单位秒 建议修改为600
},
"send_data":{
"prodCode": "76", # 默认
"version": "2.0.10", # app 版本
"channelId": "web" # 默认参数
},
"extra_header":{
"User-Agent": "Apache-HttpClient/UNAVAILABLE (java 1.4)" #附加HTTP Header
}
}
4.运行测试
1.运行speedup.sh测试
[Shell] 纯文本查看 复制代码
# requirements on OpenWrt, Padavan and other RouterOS
opkg update && opkg install curl wget openssl-util coreutils-nohup ca-certificates ca-bundle
chmod +x speedup.sh utils.sh
./speedup.sh
2.后台运行
[Shell] 纯文本查看 复制代码
nohup /certail_directory/FamilyCloudSpeederInShell/speedup.sh > /certail_directory/FamilyCloudSpeederInShell/speedup.log 2>&1 &
3.开机自启
如果系统中存在该文件,则可以将nohup命令添加到/etc/rc.local
[Shell] 纯文本查看 复制代码
echo \
"nohup /certail_directory/FamilyCloudSpeederInShell/speedup.sh > /certail_directory/FamilyCloudSpeederInShell/speedup.log 2>&1 &" \
>> /etc/rc.local
4.End
能正常提速,但是无法获取提速结果,需要修改相关接口
Shell脚本下载地址:https://www.lanzouj.com/i3txc8f
Python脚本 请移步这个帖子:https://www.52pojie.cn/forum.php?mod=viewthread&tid=933232&page=1&extra=#pid25465277
------------------码字不容易,烦请各位客官免费评分一波 !
免费评分
查看全部评分
发帖前要善用【论坛搜索 】 功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。