分享一个自己编译的 aria2 ,用于离线下载。精力有限,按照 openwrt 的官方文档使用 Lede-17.01 SDK 编译。
默认开启 BT, Metalink
已知 Issue
check-certificate=false,否则会出错附两张图:

MD5 (aria2_1.31.0-1_mips_24kc.ipk) = 81ec9664c0cae8bdd2cd02935996f753
MD5 (aria2_1.31.0-1_mipsel_24kc.ipk) = 7c8f806468eb231a8695fb38a97e5444
https://www.dropbox.com/s/stogmehwnwmau7i/aria2_1.31.0-1_mips_24kc.ipk?dl=0
https://www.dropbox.com/s/uc2n9ikvmsvrcls/aria2_1.31.0-1_mipsel_24kc.ipk?dl=0
1
Nin Feb 24, 2017
路由那点性能现在不拿来跑 aria2 了,还是弄到下载机上去搞了
|
2
acrisliu Feb 25, 2017 via Android
想问下看系统负载的那个是什么软件?
|
4
markx Feb 25, 2017
bt 下载不动是什么原因?
|
6
BeliefanX Feb 25, 2017
mac 版貌似没有 1.31 版。。。
|
7
BeliefanX Feb 25, 2017
r#4 @markx bt 还是用油猴脚本存到自己百度云盘 再用 百度云直接下载助手的 AP 下载吧 这样 可以把带带宽跑满 我自己 100M 宽带 下载速度 11M/S
|
9
83f420984 Feb 25, 2017 via Android
能不能来个 x86 的?
|
10
shui14 Feb 25, 2017
这个源码有吗 想编一个到树莓派和 beaglebone 上面
|
11
MrX Feb 25, 2017 via iPhone
1.31 还没有 mac 版,不过自己编译一下也挺简单的
|
12
la0wei Feb 27, 2017
配置文件中需要增加 check-certificate=false ,否则会出错
似乎是因为编译的时候证书位置不对 |
13
Jodal OP @la0wei 具体应该是我编译的时候没有加入--with-ca-bundle 。
Without --with-ca-bundle option, you will encounter the error when accessing HTTPS servers because the certificate cannot be verified without CA bundle. In such case, you can specify the CA bundle file using aria2's --ca-certificate option. If you don't have CA bundle file installed, then the last resort is disable the certificate validation using --check-certificate=false |
14
Jodal OP @shui14 https://github.com/aria2/aria2 ,编译也很简单。
|
16
la0wei Feb 27, 2017
|