Xunlei-Fastdick icon indicating copy to clipboard operation
Xunlei-Fastdick copied to clipboard

迅雷快鸟 Xunlei Network Accelerator For Router

Results 31 Xunlei-Fastdick issues
Sort by recently updated
recently updated
newest added

~$ python swjsq.py Warning: pycrypto not found, use pure-python implemention 20:30:37 Login xunlei succeeded 20:30:38 Error: You are neither xunlei fastdick member nor upstream acceleration member, buy buy buy! Debug:...

wontfix

add retry for checking network

python对于路由器来说还是太不方便了 体积是硬伤 而目前这种通过python脚本获取uid、pass等所需参数,再生成shell文件和ipk的作法也非常的别扭,这样无法分发通用的ipk包。 建议使用c/shell语言实现python里面的这一部分功能,整合进软件包,使用uci的配置文件配置用户名密码 另外,建议增加一个hotplug脚本,掉线停,上线运行,比如: ``` #!/bin/sh case "$ACTION" in ifup) /etc/init.d/swjsq start ;; ifdown) /etc/init.d/swjsq stop ;; esac ```

help wanted

Added options `--no-sh` and `--no-ipk` to skip the generation of `swjsq_wget.sh` and `swjsq_0.0.1_all.ipk`. Without these options, the behavior is not changed. This is a feature requested in #34 and my...

A major issue is that the `json` module is broken for `python-light` on OpenWrt. The module won't work without another system package called `python-codecs`. As an alternative Python package, `python-base`...

help wanted

哥们你好,我在今年2月份的时候照着你当时的版本做了另一个迅雷快鸟的openwrt 的ipk,地址在这,https://github.com/zz090923610/thunder-fastNiao ,完完全全照着刻板的openwrt package的架构搞的,比你的可能多了点Luci 的UI,还有/etc/init.d/下的一些逻辑,缺点是依赖了六个软件包。。。然后现在我马上要出国了,目测没时间继续维护了,而且五月份迅雷换协议之后我也没顾得上更新,所以想跟你商量下,看看我这源码里你哪些部分能用就用了吧,这坑可能我就弃了。。。

help wanted

可不可以实现,运行之后,只登录不自动开始加速,由手动控制加速或者停止。 想设置成 5分钟自动停止一次,开始加速一次,通过任务计划。 我们这里的情况是:加速后,前5分钟加速到100M,后面降到50M。所以想问一下,这个可以实现如下过程:加速之后,。运行4分钟,自动停止。之后再加速。一直循环! 5分钟重启一次 快鸟进程不行。 所以。。。 不吝赐教

wontfix

这个的结果大概是这样的 ``` { "errorCode" : 0, "userNewNo" : [迅雷ID], "jumpKey" : "[blah bhal]", "payName" : "商务合作付费", "expireDate" : "[VIP过期时间]", "sessionID" : "[sessionID]", "userName" : "[用户名]", "cmdID" : 2, "platformVersion" :...

can't reproduce

在重启或启动路由器的过程中,往往会出现拨号过程中,py脚本就启动了,而现在宽带还没有连上,导致的问题就是没有加速效果,快鸟没有登陆上,我觉得应该在脚本开头加上延时10秒左右的时间启动。

wontfix