From d2c5cc3d8cdb9b7aa92ccdf273d10f6f73d4c8d9 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Fri, 25 Nov 2022 03:05:32 +0800 Subject: [PATCH] add speedtest --- .../netspeedtest-master/README.md | 151 ++ .../luci-app-netspeedtest/Makefile | 21 + .../luci-app-netspeedtest/README.md | 151 ++ .../luasrc/controller/netspeedtest.lua | 84 + .../cbi/netspeedtest/speedtestiperf3.lua | 18 + .../model/cbi/netspeedtest/speedtestwan.lua | 18 + .../model/cbi/netspeedtest/speedtestweb.lua | 24 + .../luasrc/view/netspeedtest/log.htm | 16 + .../view/netspeedtest/speedtestiperf3.htm | 79 + .../netspeedtest/speedtestiperf3_status.htm | 27 + .../view/netspeedtest/speedtestport.htm | 79 + .../luasrc/view/netspeedtest/speedtestwan.htm | 51 + .../luasrc/view/netspeedtest/speedtestweb.htm | 18 + .../view/netspeedtest/speedtestweb_status.htm | 28 + .../po/zh-cn/netspeedtest.po | 96 + .../luci-app-netspeedtest/po/zh_Hans | 1 + .../root/etc/config/netspeedtest | 10 + .../root/etc/init.d/netspeedtest | 87 + .../etc/uci-defaults/40_luci-app-netspeedtest | 5 + .../root/usr/bin/speedtest | 2004 +++++++++++++++++ .../netspeedtest-master/speedtest-web/LICENSE | 201 ++ .../speedtest-web/Makefile | 75 + .../speedtest-web/README.md | 2 + 23 files changed, 3246 insertions(+) create mode 100644 netspeedtest-master/netspeedtest-master/README.md create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/Makefile create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/README.md create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/controller/netspeedtest.lua create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestiperf3.lua create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestwan.lua create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestweb.lua create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/log.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3_status.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestport.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestwan.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb_status.htm create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh-cn/netspeedtest.po create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh_Hans create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/config/netspeedtest create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/init.d/netspeedtest create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/uci-defaults/40_luci-app-netspeedtest create mode 100644 netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/usr/bin/speedtest create mode 100644 netspeedtest-master/netspeedtest-master/speedtest-web/LICENSE create mode 100644 netspeedtest-master/netspeedtest-master/speedtest-web/Makefile create mode 100644 netspeedtest-master/netspeedtest-master/speedtest-web/README.md diff --git a/netspeedtest-master/netspeedtest-master/README.md b/netspeedtest-master/netspeedtest-master/README.md new file mode 100644 index 000000000..467c26ba3 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/README.md @@ -0,0 +1,151 @@ +## luci-app-netspeedtest + +### 访问数:[![](https://visitor-badge.glitch.me/badge?page_id=sirpdboy-visitor-badge)] [![](https://img.shields.io/badge/TG群-点击加入-FFFFFF.svg)](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明1.jpg) + +luci-app-netspeedtest 网络速度诊断测试(包括:内网网页版测速、内网iperf3吞吐测速、外网speedtest.net网速测试、特定服务器的端口延迟测速) + +[luci-app-netspeedtest 网络速度诊断测试](https://github.com/sirpdboy/netspeedtest) + +请 **认真阅读完毕** 本页面,本页面包含注意事项和如何使用。 + +## 写在前面 + + - 一直在找OPENWRT上测试速度的插件,苦寻不到,于是有了它! 此插件可进行内外和外网网络速度测试。 + - TG群友说插件2年没更新了,花了几天时间结合时下需要,将网络测试功能升级到2.0版本。 + + + +## [菜单向导](#luci-app-netspeedtest) + - [功能说明](#功能说明) + - [注意事项](#iperf3吞吐测试注意事项) + - [版本说明](#版本说明) + - [使用方法](#使用方法) + - [源码说明](#源码说明) + - [界面](#界面) + - [其它](#其它) + - [感谢](#感谢) + - [捐助](#捐助) + + + +## 功能说明 +- 内网网页版测速插件 :基于speedtest-web网页版,启用后再点start进行测速。网页版启动后程序会驻留内存不测速建议不启用服务。 +- 内网iperf3吞吐测试 ,服务端路由器如果没有安装请先安装此iperf3插件。 +- 外网测速使用speedtest.net测速内核,基于speedtest-cli,需要有python3才能执行。 +- 特定服务器的端口延迟测速,是测试指定服务器的端口的延迟情况。 + +## iperf3吞吐测试注意事项 +- 测速的终端使用机器必须和测速服务器在同一个局域网络中! +- 客户端使用步骤:启动测速服务器端-->下载测试客户端-->运行测速客户端-->输入服务端IP地址-->查看结果。 +- 客户端运行,国内端下载中有“iperf3测速客户端”,运行它输入服务器IP即可。 + 国外原版,需要手动进入 CMD命令模式,再输入命令:iperf3.exe -c 服务器IP +- 网络测速iperf3客户端下载地址:https://sipdboy.lanzoui.com/b01c3esih 密码:cpd6 +- 需要依赖: python3 iperf3 speedtest-web + +## 版本说明 + +### 2022.10.18 网速测试V2.0.3: + - 代码基本重写和优化。 + - Iperf3可实时体现服务状态。 + - 增加内网测试网页版。 + - 外网测速,加入更详细测试报告。 + +### 2021.3.2 网速测试V1.6: + - 升级宽带测试带2.13内核。 + - 解决1.806以上版本不能编译问题。 + +## 使用方法 + +将NetSpeedTest 主题添加至 LEDE/OpenWRT 源码的方法。 + +### 下载源码方法一: +- 编辑源码文件夹根目录feeds.conf.default并加入如下内容: + +```Brach + + # feeds获取源码: + + src-git netspeedtest https://github.com/sirpdboy/netspeedtest + ``` + ```Brach + + # 更新feeds,并安装主题: + + scripts/feeds update netspeedtest + scripts/feeds install netspeedtest + ``` + +### 下载源码方法二: + + ```Brach + + # 下载源码 + + git clone http://55860.com package/netspeedtest + make menuconfig + + ``` +### 配置菜单 + + ```Brach + make menuconfig + # 找到 LuCI -> Applications, 选择 luci-app-netspeedtest, 保存后退出。 + ``` + +### 编译 + + ```Brach + # 编译固件 + make package/netspeedtest/luci-app-netspeedtest/compile V=s + ``` + + +## 源码说明 + +- 源码来源和依赖: +- luci-app-netspeedtest:https://github.com/sirpdboy/netspeedtest +- speedtest-web:https://github.com/ZeaKyX/speedtest-web +- speedtest-cl:https://github.com/sivel/speedtest-cli + +- 你可以随意使用其中的源码,但请注明出处。 + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明2.jpg) + +## 界面 + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest1.jpg) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest2.jpg) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest3.jpg) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest4.jpg) + + +## 其它 +- 我的其它项目: +- 网络速度测试 :https://github.com/sirpdboy/NetSpeedTest +- 定时设置插件 : https://github.com/sirpdboy/luci-app-autotimeset +- 关机功能插件 : https://github.com/sirpdboy/luci-app-poweroffdevice +- btmob 主题: https://github.com/sirpdboy/luci-theme-btmob +- 系统高级设置 : https://github.com/sirpdboy/luci-app-advanced +- ddns-go动态域名: https://github.com/sirpdboy/luci-app-ddns-go +- Lucky(大吉): https://github.com/sirpdboy/luci-app-lucky + +## 感谢 + +感谢sivel、superspeed、user1121114685、ZeaKyX、佐须之男、lean等。因为有你们珠玉在前! + +## 捐助 + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明3.jpg) + +| 图飞了😂 | 图飞了😂 | +| :-----------------: | :-------------: | +|![xm1](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/支付宝.png) | ![xm1](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/微信.png) | + + + 图飞了😂 + diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/Makefile b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/Makefile new file mode 100644 index 000000000..8ad5807b8 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/Makefile @@ -0,0 +1,21 @@ + +# Copyright (C) 2020-2021 sirpdboy +# +# This is free software, licensed under the GNU General Public License v3. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci-app-netspeedtest + +LUCI_TITLE:=LuCI Support for netspeedtest +LUCI_DEPENDS:=+python3 +iperf3 +speedtest-web +LUCI_PKGARCH:=all +PKG_VERSION:=2.0.4 +PKG_RELEASE:=20221023 +PKG_MAINTAINER:= + +include $(TOPDIR)/feeds/luci/luci.mk + + +# call BuildPackage - OpenWrt buildroot signature diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/README.md b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/README.md new file mode 100644 index 000000000..c1e390f89 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/README.md @@ -0,0 +1,151 @@ +## luci-app-netspeedtest + +### 访问数:[![](https://visitor-badge.glitch.me/badge?page_id=sirpdboy-visitor-badge)] [![](https://img.shields.io/badge/TG群-点击加入-FFFFFF.svg)](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明1.jpg) + +luci-app-netspeedtest 网络速度诊断测试(包括:内网网页版测速、内网iperf3吞吐测速、外网speedtest.net网速测试、特定服务器的端口延迟测速) + +[luci-app-netspeedtest 网络速度诊断测试](https://github.com/sirpdboy/netspeedtest) + +请 **认真阅读完毕** 本页面,本页面包含注意事项和如何使用。 + +## 写在前面 + + - 一直在找OPENWRT上测试速度的插件,苦寻不到,于是有了它! 此插件可进行内外和外网网络速度测试。 + - TG群友说插件2年没更新了,花了几天时间结合时下需要,将网络测试功能升级到2.0版本。 + + + +## [菜单向导](#luci-app-netspeedtest) + - [功能说明](#功能说明) + - [注意事项](#iperf3吞吐测试注意事项) + - [版本说明](#版本说明) + - [使用方法](#使用方法) + - [源码说明](#源码说明) + - [界面](#界面) + - [其它](#其它) + - [感谢](#感谢) + - [捐助](#捐助) + + + +## 功能说明 +- 内网网页版测速插件 :基于speedtest-web网页版,启用后再点start进行测速。网页版启动后程序会驻留内存不测速建议不启用服务。 +- 内网iperf3吞吐测试 ,服务端路由器如果没有安装请先安装此iperf3插件。 +- 外网测速使用speedtest.net测速内核,基于speedtest-cli,需要有python3才能执行。 +- 特定服务器的端口延迟测速,是测试指定服务器的端口的延迟情况。 + +## iperf3吞吐测试注意事项 +- 测速的终端使用机器必须和测速服务器在同一个局域网络中! +- 客户端使用步骤:启动测速服务器端-->下载测试客户端-->运行测速客户端-->输入服务端IP地址-->查看结果。 +- 客户端运行,国内端下载中有“iperf3测速客户端”,运行它输入服务器IP即可。 + 国外原版,需要手动进入 CMD命令模式,再输入命令:iperf3.exe -c 服务器IP +- 网络测速iperf3客户端下载地址:https://sipdboy.lanzoui.com/b01c3esih 密码:cpd6 +- 需要依赖: python3 iperf3 speedtest-web + +## 版本说明 + +### 2022.10.18 网速测试V2.0.2: + - 代码基本重写和优化。 + - Iperf3可实时体现服务状态。 + - 增加内网测试网页版。 + - 外网测速,加入更详细测试报告。 + +### 2021.3.2 网速测试V1.6: + - 升级宽带测试带2.13内核。 + - 解决1.806以上版本不能编译问题。 + +## 使用方法 + +将NetSpeedTest 主题添加至 LEDE/OpenWRT 源码的方法。 + +### 下载源码方法一: +- 编辑源码文件夹根目录feeds.conf.default并加入如下内容: + +```Brach + + # feeds获取源码: + + src-git netspeedtest https://github.com/sirpdboy/netspeedtest + ``` + ```Brach + + # 更新feeds,并安装主题: + + scripts/feeds update netspeedtest + scripts/feeds install netspeedtest + ``` + +### 下载源码方法二: + + ```Brach + + # 下载源码 + + git clone http://55860.com package/netspeedtest + make menuconfig + + ``` +### 配置菜单 + + ```Brach + make menuconfig + # 找到 LuCI -> Applications, 选择 luci-app-netspeedtest, 保存后退出。 + ``` + +### 编译 + + ```Brach + # 编译固件 + make package/netspeedtest/luci-app-netspeedtest/compile V=s + ``` + + +## 源码说明 + +- 源码来源和依赖: +- luci-app-netspeedtest:https://github.com/sirpdboy/netspeedtest +- speedtest-web:https://github.com/ZeaKyX/speedtest-web +- speedtest-cl:https://github.com/sivel/speedtest-cli + +- 你可以随意使用其中的源码,但请注明出处。 + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明2.jpg) + +## 界面 + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest1.jpg) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest2.jpg) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest3.jpg) + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/netspeedtest4.jpg) + + +## 其它 +- 我的其它项目: +- 网络速度测试 :https://github.com/sirpdboy/NetSpeedTest +- 定时设置插件 : https://github.com/sirpdboy/luci-app-autotimeset +- 关机功能插件 : https://github.com/sirpdboy/luci-app-poweroffdevice +- btmob 主题: https://github.com/sirpdboy/luci-theme-btmob +- 系统高级设置 : https://github.com/sirpdboy/luci-app-advanced +- ddns-go动态域名: https://github.com/sirpdboy/luci-app-ddns-go +- Lucky(大吉): https://github.com/sirpdboy/luci-app-lucky + +## 感谢 + +感谢superspeed、user1121114685、ZeaKyX、佐须之男、lean等。因为有你们珠玉在前! + +## 捐助 + +![screenshots](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/说明3.jpg) + +| 图飞了😂 | 图飞了😂 | +| :-----------------: | :-------------: | +|![xm1](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/支付宝.png) | ![xm1](https://raw.githubusercontent.com/sirpdboy/openwrt/master/doc/微信.png) | + + + 图飞了😂 + diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/controller/netspeedtest.lua b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/controller/netspeedtest.lua new file mode 100644 index 000000000..036c21c00 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/controller/netspeedtest.lua @@ -0,0 +1,84 @@ +-- Copyright (C) 2020-2022 sirpdboy https://github.com/sirpdboy/netspeedtest + +module("luci.controller.netspeedtest", package.seeall) +local fs=require"nixio.fs" +function index() + entry({"admin","network","netspeedtest"},alias("admin", "network", "netspeedtest", "speedtestweb"),_("Net Speedtest"), 90).dependent = true + entry({"admin","network","netspeedtest","speedtestweb"},cbi("netspeedtest/speedtestweb"),_("Lan Speedtest Web"),20).leaf = true + entry({"admin","network","netspeedtest","speedtestiperf3"},cbi("netspeedtest/speedtestiperf3", {hideapplybtn=true, hidesavebtn=true, hideresetbtn=true}),_("Lan Speedtest Iperf3"),30).leaf = true + entry({"admin","network","netspeedtest","speedtestwan"},cbi("netspeedtest/speedtestwan", {hideapplybtn=true, hidesavebtn=true, hideresetbtn=true}),_("Wan Speedtest"), 40).leaf = true + + entry({"admin", "network", "netspeedtest", "checknet"}, call("check_net")) + + entry({"admin", "network", "speedtestweb_status"}, call("speedtestweb_status")) + entry({"admin", "network", "iperf3_status"}, call("iperf3_status")) + + entry({"admin", "network","test_iperf0"}, post("test_iperf0"), nil).leaf = true + entry({"admin", "network","test_iperf1"}, post("test_iperf1"), nil).leaf = true + + --entry({"admin","network","netspeedtest", "wanrun"}, post("wanrun"), nil).leaf = true + entry({"admin","network","netspeedtest", "wanrun"}, call("wanrun")) + entry({"admin", "network", "netspeedtest", "realtime_log"}, call("get_log")) + entry({"admin", "network", "netspeedtest", "dellog"},call("dellog")) +end + +function speedtestweb_status() + local e={} + e.run=luci.sys.call("pgrep speedtest-web >/dev/null")==0 + luci.http.prepare_content("application/json") + luci.http.write_json(e) +end + +function iperf3_status() + local e={} + e.run=luci.sys.call("pgrep iperf3 >/dev/null")==0 + luci.http.prepare_content("application/json") + luci.http.write_json(e) +end + +function testout(cmd, addr) + luci.http.prepare_content("text/plain") + local util = io.popen(cmd) + if util then + while true do + local ln = util:read("*l") + if not ln then break end + luci.http.write(ln) + luci.http.write("\n") + end + util:close() + end + +end + +function test_iperf0(addr) + luci.sys.call("pgrep -f unblockneteasemusic | xargs kill -9 >/dev/null 2>&1 ") + luci.sys.call("/etc/init.d/unblockneteasemusic stop ") + luci.sys.call("/etc/init.d/unblockmusic stop ") + testout("iperf3 -s ", addr) +end + +function test_iperf1(addr) + luci.sys.call("pgrep -f iperf3 | xargs kill -9 >/dev/null 2>&1 ") + luci.sys.call("/etc/init.d/unblockneteasemusic restart") + luci.sys.call("/etc/init.d/unblockmusic restart") +end + +function get_log() + local e = {} + e.running = luci.sys.call("busybox ps -w | grep netspeedtest | grep -v grep >/dev/null") == 0 + e.log = fs.readfile("/var/log/netspeedtest.log") or "" + luci.http.prepare_content("application/json") + luci.http.write_json(e) +end + +function dellog() + fs.writefile("/var/log/netspeedtest.log","") + http.prepare_content("application/json") + http.write('') +end + +function wanrun() + testout("/etc/init.d/netspeedtest nstest ") +end + diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestiperf3.lua b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestiperf3.lua new file mode 100644 index 000000000..c40cb2130 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestiperf3.lua @@ -0,0 +1,18 @@ +-- Copyright (C) 2020-2022 sirpdboy https://github.com/sirpdboy/netspeedtest +require("luci.util") +local o,s,e + + +o = Map("netspeedtest", "" .. translate("Net Speedtest") .."",translate( "Network speed diagnosis test (including intranet and extranet)
For specific usage, see:") ..translate("蚂蚁聚合 55860.com") ) +o:section(SimpleSection).template = "netspeedtest/speedtestiperf3_status" + +s = o:section(TypedSection, "speedtestiperf3", translate('Lan Speedtest Iperf3')) +s.addremove=false +s.anonymous=true + +e = s:option(DummyValue, '', '') +e.rawhtml = true +e.template ='netspeedtest/speedtestiperf3' + + +return o diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestwan.lua b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestwan.lua new file mode 100644 index 000000000..e9f7404b4 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestwan.lua @@ -0,0 +1,18 @@ +-- Copyright (C) 2020-2022 sirpdboy https://github.com/sirpdboy/netspeedtest +require("luci.util") +local o,t,e + +o = Map("netspeedtest", "" .. translate("Net Speedtest") .."",translate( "Network speed diagnosis test (including intranet and extranet)
For specific usage, see:") ..translate("蚂蚁聚合 55860.com") ) + +t=o:section(TypedSection,"wanspeedtest",translate("Wan Speedtest")) +t.anonymous=true + +e = t:option(DummyValue, '', '') +e.rawhtml = true +e.template ='netspeedtest/speedtestwan' + +e =t:option(DummyValue, '', '') +e.rawhtml = true +e.template = 'netspeedtest/log' + +return o diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestweb.lua b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestweb.lua new file mode 100644 index 000000000..fda5c6d57 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/model/cbi/netspeedtest/speedtestweb.lua @@ -0,0 +1,24 @@ +-- Copyright (C) 2020-2022 sirpdboy https://github.com/sirpdboy/netspeedtest + +local m, s ,o + + +m = Map("netspeedtest", "" .. translate("Net Speedtest") .."",translate( "Network speed diagnosis test (including intranet and extranet)
For specific usage, see:") ..translate("蚂蚁聚合 55860.com") ) +-- m:section(SimpleSection).template = "netspeedtest/speedtestweb_status" + +s = m:section(TypedSection, "speedtestweb", translate('Lan Speedtest Web')) +s.addremove=false +s.anonymous=true + +o=s:option(Flag,"enabled",translate("Enable")) +o.default=0 + +o = s:option(DummyValue, '', '') +o.rawhtml = true +o.template ='netspeedtest/speedtestweb' + +local o=luci.http.formvalue("cbi.apply") +if o then + io.popen("/etc/init.d/netspeedtest start") +end +return m diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/log.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/log.htm new file mode 100644 index 000000000..905e2b18f --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/log.htm @@ -0,0 +1,16 @@ +<%+cbi/valueheader%> + + + +<%+cbi/valuefooter%> diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3.htm new file mode 100644 index 000000000..7a963249f --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3.htm @@ -0,0 +1,79 @@ +<%# + Copyright 2020-2022 sirpdboy Wich + https://github.com/sirpdboy/netspeedtest + Licensed to the public under the Apache License 2.0. +-%> + + +<%+cbi/valueheader%> + + +
+ + + + + + + + + + + +
+ +
<%:iperf3 instructions%><%:The speed measurement terminal must be in the same LAN as the router that starts the speed measurement%>
<%:Operation steps: start router speed measurement service download test client run speed measurement client input IP address of router speed measurement service%>
<%:Iperf3 speed measurement software download%> + +
+ +
+ +<%+cbi/valuefooter%> diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3_status.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3_status.htm new file mode 100644 index 000000000..ceb5616f5 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestiperf3_status.htm @@ -0,0 +1,27 @@ + + + + +
+ <%:Iperf3 Status%> +

+ <%:Collecting data...%> +

+
\ No newline at end of file diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestport.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestport.htm new file mode 100644 index 000000000..7a963249f --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestport.htm @@ -0,0 +1,79 @@ +<%# + Copyright 2020-2022 sirpdboy Wich + https://github.com/sirpdboy/netspeedtest + Licensed to the public under the Apache License 2.0. +-%> + + +<%+cbi/valueheader%> + + +
+ + + + + + + + + + + +
+ +
<%:iperf3 instructions%><%:The speed measurement terminal must be in the same LAN as the router that starts the speed measurement%>
<%:Operation steps: start router speed measurement service download test client run speed measurement client input IP address of router speed measurement service%>
<%:Iperf3 speed measurement software download%> + +
+ +
+ +<%+cbi/valuefooter%> diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestwan.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestwan.htm new file mode 100644 index 000000000..83b24b63b --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestwan.htm @@ -0,0 +1,51 @@ +<%# + Copyright 2020-2022 sirpdboy Wich + https://github.com/sirpdboy/netspeedtest + Licensed to the public under the Apache License 2.0. +-%> +<%+cbi/valueheader%> + + + + + + +<%+cbi/valuefooter%> diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb.htm new file mode 100644 index 000000000..4f635e8d6 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb.htm @@ -0,0 +1,18 @@ +<%# + Copyright 2020-2022 sirpdboy Wich + https://github.com/sirpdboy/netspeedtest + Licensed to the public under the Apache License 2.0. +-%> + +<%+cbi/valueheader%> +
+ +
+ +<%+cbi/valuefooter%> diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb_status.htm b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb_status.htm new file mode 100644 index 000000000..00c104a65 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/luasrc/view/netspeedtest/speedtestweb_status.htm @@ -0,0 +1,28 @@ + + + + +
+ <%:Speedtestweb Status%> +

+ <%:Collecting data...%> +

+
\ No newline at end of file diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh-cn/netspeedtest.po b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh-cn/netspeedtest.po new file mode 100644 index 000000000..9ceec8637 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh-cn/netspeedtest.po @@ -0,0 +1,96 @@ +# +# Copyright (C) 2020-2022 sirpdboy herboy2008@gmail.com https://github.com/sirpdboy/netspeedtest +# This is free software, licensed under the GNU General Public License v3. +# +msgid "" +msgstr "" +"Project-Id-Version: LuCi Chinese Translation\n" +"Report-Msgid-Bugs-To: \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Net Speedtest" +msgstr "网速测试" + +msgid "Network speed diagnosis test (including intranet and extranet)
For specific usage, see:" +msgstr "网络速度诊断测试(包括内网、外网、特定端口服务器测速)
使用说明见:" + +msgid "Lan Speedtest Iperf3" +msgstr "内网iperf3吞吐测速" + +msgid "Lan Speedtest Web" +msgstr "内网测速网页版" + +msgid "Running state" +msgstr "运行状态" + +msgid "The Iperf3 service is running." +msgstr "iperf3服务已启动" + +msgid "The Iperf3 service is not running." +msgstr "iperf3服务未启动" + +msgid "Iperf3 Status" +msgstr "iperf3服务状态" + +msgid "The Speedtestweb service is running." +msgstr "网页测速服务已启动" + +msgid "The Speedtestweb service is not running." +msgstr "网页测速服务未启动" + +msgid "Speedtestweb Status" +msgstr "网页测速服务状态" + +msgid "
For specific usage, see:" +msgstr "
具体使用方法参见:" + +msgid "iperfstart" +msgstr "iperf服务启动" + +msgid "iperfstop" +msgstr "iperf服务停止" + +msgid "Perform operation" +msgstr "执行操作" + +msgid "iperf3 instructions" +msgstr "iperf3使用说明" + +msgid "Test speed service started" +msgstr "测试速度服务已经启动" + +msgid "The speed measurement terminal must be in the same LAN as the router that starts the speed measurement" +msgstr "测速终端机必须与启动测速的路由器在同一局域网内" + +msgid "Operation steps: start router speed measurement service download test client run speed measurement client input IP address of router speed measurement service" +msgstr "使用步骤:A.启动路由器测速服务 B.下载测试客户端 C.运行测速客户端 D.输入路由器测速服务IP地址。 " + +msgid "Domestic download password:" +msgstr "国内下密码:" + +msgid "Iperf3 speed measurement software download" +msgstr "iperf3测速软件下载" + +msgid "Wan Speedtest" +msgstr "宽带速率测试" + +msgid "Perform WanSpeedtest" +msgstr "执行宽带测速" + +msgid "Operation execution complete" +msgstr "操作执行完毕" + +msgid "Network speed test, please wait..." +msgstr "网速测试中,请稍侯..." + +msgid "Download from foreign official websites" +msgstr "国外官网" + +msgid "Server Port Speedtest" +msgstr "端口延迟测试" + diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh_Hans b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh_Hans new file mode 100644 index 000000000..41451e4a1 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/po/zh_Hans @@ -0,0 +1 @@ +zh-cn \ No newline at end of file diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/config/netspeedtest b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/config/netspeedtest new file mode 100644 index 000000000..3c23b6fb0 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/config/netspeedtest @@ -0,0 +1,10 @@ +config speedtestweb 'speedtestweb' + option enabled '1' + option port '8989' + option logger '1' + +config speedtestiperf3 'speedtestiperf3' + option enabled '0' + +config wanspeedtest 'wanspeedtest' + option surl ' ' diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/init.d/netspeedtest b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/init.d/netspeedtest new file mode 100644 index 000000000..f20f962f5 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/init.d/netspeedtest @@ -0,0 +1,87 @@ +#!/bin/sh /etc/rc.common + +# +# Copyright (C) 2020-2022 sirpdboy https://github.com/sirpdboy/netspeedtest + +# This is free software, licensed under the Apache License, Version 2.0 . +# + +START=99 +USE_PROCD=1 + + +PROG=/usr/bin/speedtest-web +EXTRA_COMMANDS="nstest" + +TMP_T=/var/netspeedtest.tmp +LOCK=/var/lock/netspeedtest.lock +LOG=/var/log/netspeedtest.log + +limit_log() { + local logf=$1 + [ ! -f "$logf" ] && return + local sc=100 + [ -n "$2" ] && sc=$2 + local count=$(grep -c "" $logf) + if [ $count -gt $sc ];then + let count=count-$sc + sed -i "1,$count d" $logf + fi +} + +init_env() { + [ ! -f "$LOG" ] && echo "" > $LOG + echo 1 > $TMP_T + +} + +nstest() { + [ -f $LOCK ] && exit + limit_log $LOG 200 + init_env + touch $LOCK + /usr/bin/speedtest --share > $TMP_T + echo -ne "\n 测服信息:$(cat $TMP_T | grep 'Hosted by'| cut -c10- | awk -F: '{printf $1}') 延时:$(cat $TMP_T | grep 'Hosted by' | awk -F: '{printf $2}')" >> $LOG + echo -ne "\n 下行速率:$(cat $TMP_T | grep 'Download:' |awk -F: '{printf $2}' )" >> $LOG + echo -ne " ---- 上行速率:$(cat $TMP_T | grep 'Upload:' |awk -F: '{printf $2}' )" >> $LOG + echo -ne "\n 测试时间: " >> $LOG + echo $(date +%Y-%m-%d" "%H:%M:%S) >> $LOG + echo -ne " ————————————————————————————\n" >> $LOG + echo -ne $(cat $TMP_T | grep 'results:' | cut -c16- ) + rm -f $LOCK +} + +get_config() { + config_get_bool enabled $1 enabled 1 + config_get_bool logger $1 logger 1 + config_get port $1 port 8989 +} + +speedtestweb_prepare() { + pgrep -f speedtest-web | xargs kill -9 >/dev/null 2>&1 + logger -t netspeedtest -p warn "Netspeedtest speedtest-web is stop." +} + +stop_service() { + speedtestweb_prepare + echo "Netspeedtest speedtest-web is stop." +} + +start_service() { + speedtestweb_prepare + config_load netspeedtest + config_foreach get_config speedtestweb + [ x$enabled == x1 ] || return 1 + logger -t netspeedtest -p warn "Netspeedtest speedtest-web is start." + echo "Netspeedtest speedtest-web is start." + procd_open_instance + procd_set_param command $PROG --listen_port "${port}" + [ "x$logger" == x1 ] && procd_set_param stderr 1 + procd_set_param respawn + procd_close_instance +} + +service_triggers() { + procd_add_reload_trigger "netspeedtest" +} + diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/uci-defaults/40_luci-app-netspeedtest b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/uci-defaults/40_luci-app-netspeedtest new file mode 100644 index 000000000..101c92604 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/etc/uci-defaults/40_luci-app-netspeedtest @@ -0,0 +1,5 @@ +#!/bin/sh +chmod +x /etc/init.d/netspeedtest /usr/bin/speedtest >/dev/null 2>&1 + +rm -rf /tmp/luci-modulecache /tmp/luci-indexcache* +exit 0 diff --git a/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/usr/bin/speedtest b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/usr/bin/speedtest new file mode 100644 index 000000000..a33296d3a --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/luci-app-netspeedtest/root/usr/bin/speedtest @@ -0,0 +1,2004 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright 2012 Matt Martz +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +import os +import re +import csv +import sys +import math +import errno +import signal +import socket +import timeit +import datetime +import platform +import threading +import xml.parsers.expat + +try: + import gzip + GZIP_BASE = gzip.GzipFile +except ImportError: + gzip = None + GZIP_BASE = object + +__version__ = '2.1.3' + + +class FakeShutdownEvent(object): + """Class to fake a threading.Event.isSet so that users of this module + are not required to register their own threading.Event() + """ + + @staticmethod + def isSet(): + "Dummy method to always return false""" + return False + + +# Some global variables we use +DEBUG = False +_GLOBAL_DEFAULT_TIMEOUT = object() +PY25PLUS = sys.version_info[:2] >= (2, 5) +PY26PLUS = sys.version_info[:2] >= (2, 6) +PY32PLUS = sys.version_info[:2] >= (3, 2) + +# Begin import game to handle Python 2 and Python 3 +try: + import json +except ImportError: + try: + import simplejson as json + except ImportError: + json = None + +try: + import xml.etree.ElementTree as ET + try: + from xml.etree.ElementTree import _Element as ET_Element + except ImportError: + pass +except ImportError: + from xml.dom import minidom as DOM + from xml.parsers.expat import ExpatError + ET = None + +try: + from urllib2 import (urlopen, Request, HTTPError, URLError, + AbstractHTTPHandler, ProxyHandler, + HTTPDefaultErrorHandler, HTTPRedirectHandler, + HTTPErrorProcessor, OpenerDirector) +except ImportError: + from urllib.request import (urlopen, Request, HTTPError, URLError, + AbstractHTTPHandler, ProxyHandler, + HTTPDefaultErrorHandler, HTTPRedirectHandler, + HTTPErrorProcessor, OpenerDirector) + +try: + from httplib import HTTPConnection, BadStatusLine +except ImportError: + from http.client import HTTPConnection, BadStatusLine + +try: + from httplib import HTTPSConnection +except ImportError: + try: + from http.client import HTTPSConnection + except ImportError: + HTTPSConnection = None + +try: + from httplib import FakeSocket +except ImportError: + FakeSocket = None + +try: + from Queue import Queue +except ImportError: + from queue import Queue + +try: + from urlparse import urlparse +except ImportError: + from urllib.parse import urlparse + +try: + from urlparse import parse_qs +except ImportError: + try: + from urllib.parse import parse_qs + except ImportError: + from cgi import parse_qs + +try: + from hashlib import md5 +except ImportError: + from md5 import md5 + +try: + from argparse import ArgumentParser as ArgParser + from argparse import SUPPRESS as ARG_SUPPRESS + PARSER_TYPE_INT = int + PARSER_TYPE_STR = str + PARSER_TYPE_FLOAT = float +except ImportError: + from optparse import OptionParser as ArgParser + from optparse import SUPPRESS_HELP as ARG_SUPPRESS + PARSER_TYPE_INT = 'int' + PARSER_TYPE_STR = 'string' + PARSER_TYPE_FLOAT = 'float' + +try: + from cStringIO import StringIO + BytesIO = None +except ImportError: + try: + from StringIO import StringIO + BytesIO = None + except ImportError: + from io import StringIO, BytesIO + +try: + import __builtin__ +except ImportError: + import builtins + from io import TextIOWrapper, FileIO + + class _Py3Utf8Output(TextIOWrapper): + """UTF-8 encoded wrapper around stdout for py3, to override + ASCII stdout + """ + def __init__(self, f, **kwargs): + buf = FileIO(f.fileno(), 'w') + super(_Py3Utf8Output, self).__init__( + buf, + encoding='utf8', + errors='strict' + ) + + def write(self, s): + super(_Py3Utf8Output, self).write(s) + self.flush() + + _py3_print = getattr(builtins, 'print') + try: + _py3_utf8_stdout = _Py3Utf8Output(sys.stdout) + _py3_utf8_stderr = _Py3Utf8Output(sys.stderr) + except OSError: + # sys.stdout/sys.stderr is not a compatible stdout/stderr object + # just use it and hope things go ok + _py3_utf8_stdout = sys.stdout + _py3_utf8_stderr = sys.stderr + + def to_utf8(v): + """No-op encode to utf-8 for py3""" + return v + + def print_(*args, **kwargs): + """Wrapper function for py3 to print, with a utf-8 encoded stdout""" + if kwargs.get('file') == sys.stderr: + kwargs['file'] = _py3_utf8_stderr + else: + kwargs['file'] = kwargs.get('file', _py3_utf8_stdout) + _py3_print(*args, **kwargs) +else: + del __builtin__ + + def to_utf8(v): + """Encode value to utf-8 if possible for py2""" + try: + return v.encode('utf8', 'strict') + except AttributeError: + return v + + def print_(*args, **kwargs): + """The new-style print function for Python 2.4 and 2.5. + + Taken from https://pypi.python.org/pypi/six/ + + Modified to set encoding to UTF-8 always, and to flush after write + """ + fp = kwargs.pop("file", sys.stdout) + if fp is None: + return + + def write(data): + if not isinstance(data, basestring): + data = str(data) + # If the file has an encoding, encode unicode with it. + encoding = 'utf8' # Always trust UTF-8 for output + if (isinstance(fp, file) and + isinstance(data, unicode) and + encoding is not None): + errors = getattr(fp, "errors", None) + if errors is None: + errors = "strict" + data = data.encode(encoding, errors) + fp.write(data) + fp.flush() + want_unicode = False + sep = kwargs.pop("sep", None) + if sep is not None: + if isinstance(sep, unicode): + want_unicode = True + elif not isinstance(sep, str): + raise TypeError("sep must be None or a string") + end = kwargs.pop("end", None) + if end is not None: + if isinstance(end, unicode): + want_unicode = True + elif not isinstance(end, str): + raise TypeError("end must be None or a string") + if kwargs: + raise TypeError("invalid keyword arguments to print()") + if not want_unicode: + for arg in args: + if isinstance(arg, unicode): + want_unicode = True + break + if want_unicode: + newline = unicode("\n") + space = unicode(" ") + else: + newline = "\n" + space = " " + if sep is None: + sep = space + if end is None: + end = newline + for i, arg in enumerate(args): + if i: + write(sep) + write(arg) + write(end) + +if PY32PLUS: + etree_iter = ET.Element.iter +elif PY25PLUS: + etree_iter = ET_Element.getiterator + +if PY26PLUS: + thread_is_alive = threading.Thread.is_alive +else: + thread_is_alive = threading.Thread.isAlive + + +# Exception "constants" to support Python 2 through Python 3 +try: + import ssl + try: + CERT_ERROR = (ssl.CertificateError,) + except AttributeError: + CERT_ERROR = tuple() + + HTTP_ERRORS = ( + (HTTPError, URLError, socket.error, ssl.SSLError, BadStatusLine) + + CERT_ERROR + ) +except ImportError: + ssl = None + HTTP_ERRORS = (HTTPError, URLError, socket.error, BadStatusLine) + + +class SpeedtestException(Exception): + """Base exception for this module""" + + +class SpeedtestCLIError(SpeedtestException): + """Generic exception for raising errors during CLI operation""" + + +class SpeedtestHTTPError(SpeedtestException): + """Base HTTP exception for this module""" + + +class SpeedtestConfigError(SpeedtestException): + """Configuration XML is invalid""" + + +class SpeedtestServersError(SpeedtestException): + """Servers XML is invalid""" + + +class ConfigRetrievalError(SpeedtestHTTPError): + """Could not retrieve config.php""" + + +class ServersRetrievalError(SpeedtestHTTPError): + """Could not retrieve speedtest-servers.php""" + + +class InvalidServerIDType(SpeedtestException): + """Server ID used for filtering was not an integer""" + + +class NoMatchedServers(SpeedtestException): + """No servers matched when filtering""" + + +class SpeedtestMiniConnectFailure(SpeedtestException): + """Could not connect to the provided speedtest mini server""" + + +class InvalidSpeedtestMiniServer(SpeedtestException): + """Server provided as a speedtest mini server does not actually appear + to be a speedtest mini server + """ + + +class ShareResultsConnectFailure(SpeedtestException): + """Could not connect to speedtest.net API to POST results""" + + +class ShareResultsSubmitFailure(SpeedtestException): + """Unable to successfully POST results to speedtest.net API after + connection + """ + + +class SpeedtestUploadTimeout(SpeedtestException): + """testlength configuration reached during upload + Used to ensure the upload halts when no additional data should be sent + """ + + +class SpeedtestBestServerFailure(SpeedtestException): + """Unable to determine best server""" + + +class SpeedtestMissingBestServer(SpeedtestException): + """get_best_server not called or not able to determine best server""" + + +def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, + source_address=None): + """Connect to *address* and return the socket object. + + Convenience function. Connect to *address* (a 2-tuple ``(host, + port)``) and return the socket object. Passing the optional + *timeout* parameter will set the timeout on the socket instance + before attempting to connect. If no *timeout* is supplied, the + global default timeout setting returned by :func:`getdefaulttimeout` + is used. If *source_address* is set it must be a tuple of (host, port) + for the socket to bind as a source address before making the connection. + An host of '' or port 0 tells the OS to use the default. + + Largely vendored from Python 2.7, modified to work with Python 2.4 + """ + + host, port = address + err = None + for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM): + af, socktype, proto, canonname, sa = res + sock = None + try: + sock = socket.socket(af, socktype, proto) + if timeout is not _GLOBAL_DEFAULT_TIMEOUT: + sock.settimeout(float(timeout)) + if source_address: + sock.bind(source_address) + sock.connect(sa) + return sock + + except socket.error: + err = get_exception() + if sock is not None: + sock.close() + + if err is not None: + raise err + else: + raise socket.error("getaddrinfo returns an empty list") + + +class SpeedtestHTTPConnection(HTTPConnection): + """Custom HTTPConnection to support source_address across + Python 2.4 - Python 3 + """ + def __init__(self, *args, **kwargs): + source_address = kwargs.pop('source_address', None) + timeout = kwargs.pop('timeout', 10) + + self._tunnel_host = None + + HTTPConnection.__init__(self, *args, **kwargs) + + self.source_address = source_address + self.timeout = timeout + + def connect(self): + """Connect to the host and port specified in __init__.""" + try: + self.sock = socket.create_connection( + (self.host, self.port), + self.timeout, + self.source_address + ) + except (AttributeError, TypeError): + self.sock = create_connection( + (self.host, self.port), + self.timeout, + self.source_address + ) + + if self._tunnel_host: + self._tunnel() + + +if HTTPSConnection: + class SpeedtestHTTPSConnection(HTTPSConnection): + """Custom HTTPSConnection to support source_address across + Python 2.4 - Python 3 + """ + default_port = 443 + + def __init__(self, *args, **kwargs): + source_address = kwargs.pop('source_address', None) + timeout = kwargs.pop('timeout', 10) + + self._tunnel_host = None + + HTTPSConnection.__init__(self, *args, **kwargs) + + self.timeout = timeout + self.source_address = source_address + + def connect(self): + "Connect to a host on a given (SSL) port." + try: + self.sock = socket.create_connection( + (self.host, self.port), + self.timeout, + self.source_address + ) + except (AttributeError, TypeError): + self.sock = create_connection( + (self.host, self.port), + self.timeout, + self.source_address + ) + + if self._tunnel_host: + self._tunnel() + + if ssl: + try: + kwargs = {} + if hasattr(ssl, 'SSLContext'): + if self._tunnel_host: + kwargs['server_hostname'] = self._tunnel_host + else: + kwargs['server_hostname'] = self.host + self.sock = self._context.wrap_socket(self.sock, **kwargs) + except AttributeError: + self.sock = ssl.wrap_socket(self.sock) + try: + self.sock.server_hostname = self.host + except AttributeError: + pass + elif FakeSocket: + # Python 2.4/2.5 support + try: + self.sock = FakeSocket(self.sock, socket.ssl(self.sock)) + except AttributeError: + raise SpeedtestException( + 'This version of Python does not support HTTPS/SSL ' + 'functionality' + ) + else: + raise SpeedtestException( + 'This version of Python does not support HTTPS/SSL ' + 'functionality' + ) + + +def _build_connection(connection, source_address, timeout, context=None): + """Cross Python 2.4 - Python 3 callable to build an ``HTTPConnection`` or + ``HTTPSConnection`` with the args we need + + Called from ``http(s)_open`` methods of ``SpeedtestHTTPHandler`` or + ``SpeedtestHTTPSHandler`` + """ + def inner(host, **kwargs): + kwargs.update({ + 'source_address': source_address, + 'timeout': timeout + }) + if context: + kwargs['context'] = context + return connection(host, **kwargs) + return inner + + +class SpeedtestHTTPHandler(AbstractHTTPHandler): + """Custom ``HTTPHandler`` that can build a ``HTTPConnection`` with the + args we need for ``source_address`` and ``timeout`` + """ + def __init__(self, debuglevel=0, source_address=None, timeout=10): + AbstractHTTPHandler.__init__(self, debuglevel) + self.source_address = source_address + self.timeout = timeout + + def http_open(self, req): + return self.do_open( + _build_connection( + SpeedtestHTTPConnection, + self.source_address, + self.timeout + ), + req + ) + + http_request = AbstractHTTPHandler.do_request_ + + +class SpeedtestHTTPSHandler(AbstractHTTPHandler): + """Custom ``HTTPSHandler`` that can build a ``HTTPSConnection`` with the + args we need for ``source_address`` and ``timeout`` + """ + def __init__(self, debuglevel=0, context=None, source_address=None, + timeout=10): + AbstractHTTPHandler.__init__(self, debuglevel) + self._context = context + self.source_address = source_address + self.timeout = timeout + + def https_open(self, req): + return self.do_open( + _build_connection( + SpeedtestHTTPSConnection, + self.source_address, + self.timeout, + context=self._context, + ), + req + ) + + https_request = AbstractHTTPHandler.do_request_ + + +def build_opener(source_address=None, timeout=10): + """Function similar to ``urllib2.build_opener`` that will build + an ``OpenerDirector`` with the explicit handlers we want, + ``source_address`` for binding, ``timeout`` and our custom + `User-Agent` + """ + + printer('Timeout set to %d' % timeout, debug=True) + + if source_address: + source_address_tuple = (source_address, 0) + printer('Binding to source address: %r' % (source_address_tuple,), + debug=True) + else: + source_address_tuple = None + + handlers = [ + ProxyHandler(), + SpeedtestHTTPHandler(source_address=source_address_tuple, + timeout=timeout), + SpeedtestHTTPSHandler(source_address=source_address_tuple, + timeout=timeout), + HTTPDefaultErrorHandler(), + HTTPRedirectHandler(), + HTTPErrorProcessor() + ] + + opener = OpenerDirector() + opener.addheaders = [('User-agent', build_user_agent())] + + for handler in handlers: + opener.add_handler(handler) + + return opener + + +class GzipDecodedResponse(GZIP_BASE): + """A file-like object to decode a response encoded with the gzip + method, as described in RFC 1952. + + Largely copied from ``xmlrpclib``/``xmlrpc.client`` and modified + to work for py2.4-py3 + """ + def __init__(self, response): + # response doesn't support tell() and read(), required by + # GzipFile + if not gzip: + raise SpeedtestHTTPError('HTTP response body is gzip encoded, ' + 'but gzip support is not available') + IO = BytesIO or StringIO + self.io = IO() + while 1: + chunk = response.read(1024) + if len(chunk) == 0: + break + self.io.write(chunk) + self.io.seek(0) + gzip.GzipFile.__init__(self, mode='rb', fileobj=self.io) + + def close(self): + try: + gzip.GzipFile.close(self) + finally: + self.io.close() + + +def get_exception(): + """Helper function to work with py2.4-py3 for getting the current + exception in a try/except block + """ + return sys.exc_info()[1] + + +def distance(origin, destination): + """Determine distance between 2 sets of [lat,lon] in km""" + + lat1, lon1 = origin + lat2, lon2 = destination + radius = 6371 # km + + dlat = math.radians(lat2 - lat1) + dlon = math.radians(lon2 - lon1) + a = (math.sin(dlat / 2) * math.sin(dlat / 2) + + math.cos(math.radians(lat1)) * + math.cos(math.radians(lat2)) * math.sin(dlon / 2) * + math.sin(dlon / 2)) + c = 2 * math.atan2(math.sqrt(a), math.sqrt(1 - a)) + d = radius * c + + return d + + +def build_user_agent(): + """Build a Mozilla/5.0 compatible User-Agent string""" + + ua_tuple = ( + 'Mozilla/5.0', + '(%s; U; %s; en-us)' % (platform.platform(), + platform.architecture()[0]), + 'Python/%s' % platform.python_version(), + '(KHTML, like Gecko)', + 'speedtest-cli/%s' % __version__ + ) + user_agent = ' '.join(ua_tuple) + printer('User-Agent: %s' % user_agent, debug=True) + return user_agent + + +def build_request(url, data=None, headers=None, bump='0', secure=False): + """Build a urllib2 request object + + This function automatically adds a User-Agent header to all requests + + """ + + if not headers: + headers = {} + + if url[0] == ':': + scheme = ('http', 'https')[bool(secure)] + schemed_url = '%s%s' % (scheme, url) + else: + schemed_url = url + + if '?' in url: + delim = '&' + else: + delim = '?' + + # WHO YOU GONNA CALL? CACHE BUSTERS! + final_url = '%s%sx=%s.%s' % (schemed_url, delim, + int(timeit.time.time() * 1000), + bump) + + headers.update({ + 'Cache-Control': 'no-cache', + }) + + printer('%s %s' % (('GET', 'POST')[bool(data)], final_url), + debug=True) + + return Request(final_url, data=data, headers=headers) + + +def catch_request(request, opener=None): + """Helper function to catch common exceptions encountered when + establishing a connection with a HTTP/HTTPS request + + """ + + if opener: + _open = opener.open + else: + _open = urlopen + + try: + uh = _open(request) + if request.get_full_url() != uh.geturl(): + printer('Redirected to %s' % uh.geturl(), debug=True) + return uh, False + except HTTP_ERRORS: + e = get_exception() + return None, e + + +def get_response_stream(response): + """Helper function to return either a Gzip reader if + ``Content-Encoding`` is ``gzip`` otherwise the response itself + + """ + + try: + getheader = response.headers.getheader + except AttributeError: + getheader = response.getheader + + if getheader('content-encoding') == 'gzip': + return GzipDecodedResponse(response) + + return response + + +def get_attributes_by_tag_name(dom, tag_name): + """Retrieve an attribute from an XML document and return it in a + consistent format + + Only used with xml.dom.minidom, which is likely only to be used + with python versions older than 2.5 + """ + elem = dom.getElementsByTagName(tag_name)[0] + return dict(list(elem.attributes.items())) + + +def print_dots(shutdown_event): + """Built in callback function used by Thread classes for printing + status + """ + def inner(current, total, start=False, end=False): + if shutdown_event.isSet(): + return + + sys.stdout.write('.') + if current + 1 == total and end is True: + sys.stdout.write('\n') + sys.stdout.flush() + return inner + + +def do_nothing(*args, **kwargs): + pass + + +class HTTPDownloader(threading.Thread): + """Thread class for retrieving a URL""" + + def __init__(self, i, request, start, timeout, opener=None, + shutdown_event=None): + threading.Thread.__init__(self) + self.request = request + self.result = [0] + self.starttime = start + self.timeout = timeout + self.i = i + if opener: + self._opener = opener.open + else: + self._opener = urlopen + + if shutdown_event: + self._shutdown_event = shutdown_event + else: + self._shutdown_event = FakeShutdownEvent() + + def run(self): + try: + if (timeit.default_timer() - self.starttime) <= self.timeout: + f = self._opener(self.request) + while (not self._shutdown_event.isSet() and + (timeit.default_timer() - self.starttime) <= + self.timeout): + self.result.append(len(f.read(10240))) + if self.result[-1] == 0: + break + f.close() + except IOError: + pass + except HTTP_ERRORS: + pass + + +class HTTPUploaderData(object): + """File like object to improve cutting off the upload once the timeout + has been reached + """ + + def __init__(self, length, start, timeout, shutdown_event=None): + self.length = length + self.start = start + self.timeout = timeout + + if shutdown_event: + self._shutdown_event = shutdown_event + else: + self._shutdown_event = FakeShutdownEvent() + + self._data = None + + self.total = [0] + + def pre_allocate(self): + chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' + multiplier = int(round(int(self.length) / 36.0)) + IO = BytesIO or StringIO + try: + self._data = IO( + ('content1=%s' % + (chars * multiplier)[0:int(self.length) - 9] + ).encode() + ) + except MemoryError: + raise SpeedtestCLIError( + 'Insufficient memory to pre-allocate upload data. Please ' + 'use --no-pre-allocate' + ) + + @property + def data(self): + if not self._data: + self.pre_allocate() + return self._data + + def read(self, n=10240): + if ((timeit.default_timer() - self.start) <= self.timeout and + not self._shutdown_event.isSet()): + chunk = self.data.read(n) + self.total.append(len(chunk)) + return chunk + else: + raise SpeedtestUploadTimeout() + + def __len__(self): + return self.length + + +class HTTPUploader(threading.Thread): + """Thread class for putting a URL""" + + def __init__(self, i, request, start, size, timeout, opener=None, + shutdown_event=None): + threading.Thread.__init__(self) + self.request = request + self.request.data.start = self.starttime = start + self.size = size + self.result = 0 + self.timeout = timeout + self.i = i + + if opener: + self._opener = opener.open + else: + self._opener = urlopen + + if shutdown_event: + self._shutdown_event = shutdown_event + else: + self._shutdown_event = FakeShutdownEvent() + + def run(self): + request = self.request + try: + if ((timeit.default_timer() - self.starttime) <= self.timeout and + not self._shutdown_event.isSet()): + try: + f = self._opener(request) + except TypeError: + # PY24 expects a string or buffer + # This also causes issues with Ctrl-C, but we will concede + # for the moment that Ctrl-C on PY24 isn't immediate + request = build_request(self.request.get_full_url(), + data=request.data.read(self.size)) + f = self._opener(request) + f.read(11) + f.close() + self.result = sum(self.request.data.total) + else: + self.result = 0 + except (IOError, SpeedtestUploadTimeout): + self.result = sum(self.request.data.total) + except HTTP_ERRORS: + self.result = 0 + + +class SpeedtestResults(object): + """Class for holding the results of a speedtest, including: + + Download speed + Upload speed + Ping/Latency to test server + Data about server that the test was run against + + Additionally this class can return a result data as a dictionary or CSV, + as well as submit a POST of the result data to the speedtest.net API + to get a share results image link. + """ + + def __init__(self, download=0, upload=0, ping=0, server=None, client=None, + opener=None, secure=False): + self.download = download + self.upload = upload + self.ping = ping + if server is None: + self.server = {} + else: + self.server = server + self.client = client or {} + + self._share = None + self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat() + self.bytes_received = 0 + self.bytes_sent = 0 + + if opener: + self._opener = opener + else: + self._opener = build_opener() + + self._secure = secure + + def __repr__(self): + return repr(self.dict()) + + def share(self): + """POST data to the speedtest.net API to obtain a share results + link + """ + + if self._share: + return self._share + + download = int(round(self.download / 1000.0, 0)) + ping = int(round(self.ping, 0)) + upload = int(round(self.upload / 1000.0, 0)) + + # Build the request to send results back to speedtest.net + # We use a list instead of a dict because the API expects parameters + # in a certain order + api_data = [ + 'recommendedserverid=%s' % self.server['id'], + 'ping=%s' % ping, + 'screenresolution=', + 'promo=', + 'download=%s' % download, + 'screendpi=', + 'upload=%s' % upload, + 'testmethod=http', + 'hash=%s' % md5(('%s-%s-%s-%s' % + (ping, upload, download, '297aae72')) + .encode()).hexdigest(), + 'touchscreen=none', + 'startmode=pingselect', + 'accuracy=1', + 'bytesreceived=%s' % self.bytes_received, + 'bytessent=%s' % self.bytes_sent, + 'serverid=%s' % self.server['id'], + ] + + headers = {'Referer': 'http://c.speedtest.net/flash/speedtest.swf'} + request = build_request('://www.speedtest.net/api/api.php', + data='&'.join(api_data).encode(), + headers=headers, secure=self._secure) + f, e = catch_request(request, opener=self._opener) + if e: + raise ShareResultsConnectFailure(e) + + response = f.read() + code = f.code + f.close() + + if int(code) != 200: + raise ShareResultsSubmitFailure('Could not submit results to ' + 'speedtest.net') + + qsargs = parse_qs(response.decode()) + resultid = qsargs.get('resultid') + if not resultid or len(resultid) != 1: + raise ShareResultsSubmitFailure('Could not submit results to ' + 'speedtest.net') + + self._share = 'http://www.speedtest.net/result/%s.png' % resultid[0] + + return self._share + + def dict(self): + """Return dictionary of result data""" + + return { + 'download': self.download, + 'upload': self.upload, + 'ping': self.ping, + 'server': self.server, + 'timestamp': self.timestamp, + 'bytes_sent': self.bytes_sent, + 'bytes_received': self.bytes_received, + 'share': self._share, + 'client': self.client, + } + + @staticmethod + def csv_header(delimiter=','): + """Return CSV Headers""" + + row = ['Server ID', 'Sponsor', 'Server Name', 'Timestamp', 'Distance', + 'Ping', 'Download', 'Upload', 'Share', 'IP Address'] + out = StringIO() + writer = csv.writer(out, delimiter=delimiter, lineterminator='') + writer.writerow([to_utf8(v) for v in row]) + return out.getvalue() + + def csv(self, delimiter=','): + """Return data in CSV format""" + + data = self.dict() + out = StringIO() + writer = csv.writer(out, delimiter=delimiter, lineterminator='') + row = [data['server']['id'], data['server']['sponsor'], + data['server']['name'], data['timestamp'], + data['server']['d'], data['ping'], data['download'], + data['upload'], self._share or '', self.client['ip']] + writer.writerow([to_utf8(v) for v in row]) + return out.getvalue() + + def json(self, pretty=False): + """Return data in JSON format""" + + kwargs = {} + if pretty: + kwargs.update({ + 'indent': 4, + 'sort_keys': True + }) + return json.dumps(self.dict(), **kwargs) + + +class Speedtest(object): + """Class for performing standard speedtest.net testing operations""" + + def __init__(self, config=None, source_address=None, timeout=10, + secure=False, shutdown_event=None): + self.config = {} + + self._source_address = source_address + self._timeout = timeout + self._opener = build_opener(source_address, timeout) + + self._secure = secure + + if shutdown_event: + self._shutdown_event = shutdown_event + else: + self._shutdown_event = FakeShutdownEvent() + + self.get_config() + if config is not None: + self.config.update(config) + + self.servers = {} + self.closest = [] + self._best = {} + + self.results = SpeedtestResults( + client=self.config['client'], + opener=self._opener, + secure=secure, + ) + + @property + def best(self): + if not self._best: + self.get_best_server() + return self._best + + def get_config(self): + """Download the speedtest.net configuration and return only the data + we are interested in + """ + + headers = {} + if gzip: + headers['Accept-Encoding'] = 'gzip' + request = build_request('://www.speedtest.net/speedtest-config.php', + headers=headers, secure=self._secure) + uh, e = catch_request(request, opener=self._opener) + if e: + raise ConfigRetrievalError(e) + configxml_list = [] + + stream = get_response_stream(uh) + + while 1: + try: + configxml_list.append(stream.read(1024)) + except (OSError, EOFError): + raise ConfigRetrievalError(get_exception()) + if len(configxml_list[-1]) == 0: + break + stream.close() + uh.close() + + if int(uh.code) != 200: + return None + + configxml = ''.encode().join(configxml_list) + + printer('Config XML:\n%s' % configxml, debug=True) + + try: + try: + root = ET.fromstring(configxml) + except ET.ParseError: + e = get_exception() + raise SpeedtestConfigError( + 'Malformed speedtest.net configuration: %s' % e + ) + server_config = root.find('server-config').attrib + download = root.find('download').attrib + upload = root.find('upload').attrib + # times = root.find('times').attrib + client = root.find('client').attrib + + except AttributeError: + try: + root = DOM.parseString(configxml) + except ExpatError: + e = get_exception() + raise SpeedtestConfigError( + 'Malformed speedtest.net configuration: %s' % e + ) + server_config = get_attributes_by_tag_name(root, 'server-config') + download = get_attributes_by_tag_name(root, 'download') + upload = get_attributes_by_tag_name(root, 'upload') + # times = get_attributes_by_tag_name(root, 'times') + client = get_attributes_by_tag_name(root, 'client') + + ignore_servers = [ + int(i) for i in server_config['ignoreids'].split(',') if i + ] + + ratio = int(upload['ratio']) + upload_max = int(upload['maxchunkcount']) + up_sizes = [32768, 65536, 131072, 262144, 524288, 1048576, 7340032] + sizes = { + 'upload': up_sizes[ratio - 1:], + 'download': [350, 500, 750, 1000, 1500, 2000, 2500, + 3000, 3500, 4000] + } + + size_count = len(sizes['upload']) + + upload_count = int(math.ceil(upload_max / size_count)) + + counts = { + 'upload': upload_count, + 'download': int(download['threadsperurl']) + } + + threads = { + 'upload': int(upload['threads']), + 'download': int(server_config['threadcount']) * 2 + } + + length = { + 'upload': int(upload['testlength']), + 'download': int(download['testlength']) + } + + self.config.update({ + 'client': client, + 'ignore_servers': ignore_servers, + 'sizes': sizes, + 'counts': counts, + 'threads': threads, + 'length': length, + 'upload_max': upload_count * size_count + }) + + try: + self.lat_lon = (float(client['lat']), float(client['lon'])) + except ValueError: + raise SpeedtestConfigError( + 'Unknown location: lat=%r lon=%r' % + (client.get('lat'), client.get('lon')) + ) + + printer('Config:\n%r' % self.config, debug=True) + + return self.config + + def get_servers(self, servers=None, exclude=None): + """Retrieve a the list of speedtest.net servers, optionally filtered + to servers matching those specified in the ``servers`` argument + """ + if servers is None: + servers = [] + + if exclude is None: + exclude = [] + + self.servers.clear() + + for server_list in (servers, exclude): + for i, s in enumerate(server_list): + try: + server_list[i] = int(s) + except ValueError: + raise InvalidServerIDType( + '%s is an invalid server type, must be int' % s + ) + + urls = [ + '://www.speedtest.net/speedtest-servers-static.php', + 'http://c.speedtest.net/speedtest-servers-static.php', + '://www.speedtest.net/speedtest-servers.php', + 'http://c.speedtest.net/speedtest-servers.php', + ] + + headers = {} + if gzip: + headers['Accept-Encoding'] = 'gzip' + + errors = [] + for url in urls: + try: + request = build_request( + '%s?threads=%s' % (url, + self.config['threads']['download']), + headers=headers, + secure=self._secure + ) + uh, e = catch_request(request, opener=self._opener) + if e: + errors.append('%s' % e) + raise ServersRetrievalError() + + stream = get_response_stream(uh) + + serversxml_list = [] + while 1: + try: + serversxml_list.append(stream.read(1024)) + except (OSError, EOFError): + raise ServersRetrievalError(get_exception()) + if len(serversxml_list[-1]) == 0: + break + + stream.close() + uh.close() + + if int(uh.code) != 200: + raise ServersRetrievalError() + + serversxml = ''.encode().join(serversxml_list) + + printer('Servers XML:\n%s' % serversxml, debug=True) + + try: + try: + try: + root = ET.fromstring(serversxml) + except ET.ParseError: + e = get_exception() + raise SpeedtestServersError( + 'Malformed speedtest.net server list: %s' % e + ) + elements = etree_iter(root, 'server') + except AttributeError: + try: + root = DOM.parseString(serversxml) + except ExpatError: + e = get_exception() + raise SpeedtestServersError( + 'Malformed speedtest.net server list: %s' % e + ) + elements = root.getElementsByTagName('server') + except (SyntaxError, xml.parsers.expat.ExpatError): + raise ServersRetrievalError() + + for server in elements: + try: + attrib = server.attrib + except AttributeError: + attrib = dict(list(server.attributes.items())) + + if servers and int(attrib.get('id')) not in servers: + continue + + if (int(attrib.get('id')) in self.config['ignore_servers'] + or int(attrib.get('id')) in exclude): + continue + + try: + d = distance(self.lat_lon, + (float(attrib.get('lat')), + float(attrib.get('lon')))) + except Exception: + continue + + attrib['d'] = d + + try: + self.servers[d].append(attrib) + except KeyError: + self.servers[d] = [attrib] + + break + + except ServersRetrievalError: + continue + + if (servers or exclude) and not self.servers: + raise NoMatchedServers() + + return self.servers + + def set_mini_server(self, server): + """Instead of querying for a list of servers, set a link to a + speedtest mini server + """ + + urlparts = urlparse(server) + + name, ext = os.path.splitext(urlparts[2]) + if ext: + url = os.path.dirname(server) + else: + url = server + + request = build_request(url) + uh, e = catch_request(request, opener=self._opener) + if e: + raise SpeedtestMiniConnectFailure('Failed to connect to %s' % + server) + else: + text = uh.read() + uh.close() + + extension = re.findall('upload_?[Ee]xtension: "([^"]+)"', + text.decode()) + if not extension: + for ext in ['php', 'asp', 'aspx', 'jsp']: + try: + f = self._opener.open( + '%s/speedtest/upload.%s' % (url, ext) + ) + except Exception: + pass + else: + data = f.read().strip().decode() + if (f.code == 200 and + len(data.splitlines()) == 1 and + re.match('size=[0-9]', data)): + extension = [ext] + break + if not urlparts or not extension: + raise InvalidSpeedtestMiniServer('Invalid Speedtest Mini Server: ' + '%s' % server) + + self.servers = [{ + 'sponsor': 'Speedtest Mini', + 'name': urlparts[1], + 'd': 0, + 'url': '%s/speedtest/upload.%s' % (url.rstrip('/'), extension[0]), + 'latency': 0, + 'id': 0 + }] + + return self.servers + + def get_closest_servers(self, limit=5): + """Limit servers to the closest speedtest.net servers based on + geographic distance + """ + + if not self.servers: + self.get_servers() + + for d in sorted(self.servers.keys()): + for s in self.servers[d]: + self.closest.append(s) + if len(self.closest) == limit: + break + else: + continue + break + + printer('Closest Servers:\n%r' % self.closest, debug=True) + return self.closest + + def get_best_server(self, servers=None): + """Perform a speedtest.net "ping" to determine which speedtest.net + server has the lowest latency + """ + + if not servers: + if not self.closest: + servers = self.get_closest_servers() + servers = self.closest + + if self._source_address: + source_address_tuple = (self._source_address, 0) + else: + source_address_tuple = None + + user_agent = build_user_agent() + + results = {} + for server in servers: + cum = [] + url = os.path.dirname(server['url']) + stamp = int(timeit.time.time() * 1000) + latency_url = '%s/latency.txt?x=%s' % (url, stamp) + for i in range(0, 3): + this_latency_url = '%s.%s' % (latency_url, i) + printer('%s %s' % ('GET', this_latency_url), + debug=True) + urlparts = urlparse(latency_url) + try: + if urlparts[0] == 'https': + h = SpeedtestHTTPSConnection( + urlparts[1], + source_address=source_address_tuple + ) + else: + h = SpeedtestHTTPConnection( + urlparts[1], + source_address=source_address_tuple + ) + headers = {'User-Agent': user_agent} + path = '%s?%s' % (urlparts[2], urlparts[4]) + start = timeit.default_timer() + h.request("GET", path, headers=headers) + r = h.getresponse() + total = (timeit.default_timer() - start) + except HTTP_ERRORS: + e = get_exception() + printer('ERROR: %r' % e, debug=True) + cum.append(3600) + continue + + text = r.read(9) + if int(r.status) == 200 and text == 'test=test'.encode(): + cum.append(total) + else: + cum.append(3600) + h.close() + + avg = round((sum(cum) / 6) * 1000.0, 3) + results[avg] = server + + try: + fastest = sorted(results.keys())[0] + except IndexError: + raise SpeedtestBestServerFailure('Unable to connect to servers to ' + 'test latency.') + best = results[fastest] + best['latency'] = fastest + + self.results.ping = fastest + self.results.server = best + + self._best.update(best) + printer('Best Server:\n%r' % best, debug=True) + return best + + def download(self, callback=do_nothing, threads=None): + """Test download speed against speedtest.net + + A ``threads`` value of ``None`` will fall back to those dictated + by the speedtest.net configuration + """ + + urls = [] + for size in self.config['sizes']['download']: + for _ in range(0, self.config['counts']['download']): + urls.append('%s/random%sx%s.jpg' % + (os.path.dirname(self.best['url']), size, size)) + + request_count = len(urls) + requests = [] + for i, url in enumerate(urls): + requests.append( + build_request(url, bump=i, secure=self._secure) + ) + + max_threads = threads or self.config['threads']['download'] + in_flight = {'threads': 0} + + def producer(q, requests, request_count): + for i, request in enumerate(requests): + thread = HTTPDownloader( + i, + request, + start, + self.config['length']['download'], + opener=self._opener, + shutdown_event=self._shutdown_event + ) + while in_flight['threads'] >= max_threads: + timeit.time.sleep(0.001) + thread.start() + q.put(thread, True) + in_flight['threads'] += 1 + callback(i, request_count, start=True) + + finished = [] + + def consumer(q, request_count): + _is_alive = thread_is_alive + while len(finished) < request_count: + thread = q.get(True) + while _is_alive(thread): + thread.join(timeout=0.001) + in_flight['threads'] -= 1 + finished.append(sum(thread.result)) + callback(thread.i, request_count, end=True) + + q = Queue(max_threads) + prod_thread = threading.Thread(target=producer, + args=(q, requests, request_count)) + cons_thread = threading.Thread(target=consumer, + args=(q, request_count)) + start = timeit.default_timer() + prod_thread.start() + cons_thread.start() + _is_alive = thread_is_alive + while _is_alive(prod_thread): + prod_thread.join(timeout=0.001) + while _is_alive(cons_thread): + cons_thread.join(timeout=0.001) + + stop = timeit.default_timer() + self.results.bytes_received = sum(finished) + self.results.download = ( + (self.results.bytes_received / (stop - start)) * 8.0 + ) + if self.results.download > 100000: + self.config['threads']['upload'] = 8 + return self.results.download + + def upload(self, callback=do_nothing, pre_allocate=True, threads=None): + """Test upload speed against speedtest.net + + A ``threads`` value of ``None`` will fall back to those dictated + by the speedtest.net configuration + """ + + sizes = [] + + for size in self.config['sizes']['upload']: + for _ in range(0, self.config['counts']['upload']): + sizes.append(size) + + # request_count = len(sizes) + request_count = self.config['upload_max'] + + requests = [] + for i, size in enumerate(sizes): + # We set ``0`` for ``start`` and handle setting the actual + # ``start`` in ``HTTPUploader`` to get better measurements + data = HTTPUploaderData( + size, + 0, + self.config['length']['upload'], + shutdown_event=self._shutdown_event + ) + if pre_allocate: + data.pre_allocate() + + headers = {'Content-length': size} + requests.append( + ( + build_request(self.best['url'], data, secure=self._secure, + headers=headers), + size + ) + ) + + max_threads = threads or self.config['threads']['upload'] + in_flight = {'threads': 0} + + def producer(q, requests, request_count): + for i, request in enumerate(requests[:request_count]): + thread = HTTPUploader( + i, + request[0], + start, + request[1], + self.config['length']['upload'], + opener=self._opener, + shutdown_event=self._shutdown_event + ) + while in_flight['threads'] >= max_threads: + timeit.time.sleep(0.001) + thread.start() + q.put(thread, True) + in_flight['threads'] += 1 + callback(i, request_count, start=True) + + finished = [] + + def consumer(q, request_count): + _is_alive = thread_is_alive + while len(finished) < request_count: + thread = q.get(True) + while _is_alive(thread): + thread.join(timeout=0.001) + in_flight['threads'] -= 1 + finished.append(thread.result) + callback(thread.i, request_count, end=True) + + q = Queue(threads or self.config['threads']['upload']) + prod_thread = threading.Thread(target=producer, + args=(q, requests, request_count)) + cons_thread = threading.Thread(target=consumer, + args=(q, request_count)) + start = timeit.default_timer() + prod_thread.start() + cons_thread.start() + _is_alive = thread_is_alive + while _is_alive(prod_thread): + prod_thread.join(timeout=0.1) + while _is_alive(cons_thread): + cons_thread.join(timeout=0.1) + + stop = timeit.default_timer() + self.results.bytes_sent = sum(finished) + self.results.upload = ( + (self.results.bytes_sent / (stop - start)) * 8.0 + ) + return self.results.upload + + +def ctrl_c(shutdown_event): + """Catch Ctrl-C key sequence and set a SHUTDOWN_EVENT for our threaded + operations + """ + def inner(signum, frame): + shutdown_event.set() + printer('\nCancelling...', error=True) + sys.exit(0) + return inner + + +def version(): + """Print the version""" + + printer('speedtest-cli %s' % __version__) + printer('Python %s' % sys.version.replace('\n', '')) + sys.exit(0) + + +def csv_header(delimiter=','): + """Print the CSV Headers""" + + printer(SpeedtestResults.csv_header(delimiter=delimiter)) + sys.exit(0) + + +def parse_args(): + """Function to handle building and parsing of command line arguments""" + description = ( + 'Command line interface for testing internet bandwidth using ' + 'speedtest.net.\n' + '------------------------------------------------------------' + '--------------\n' + 'https://github.com/sivel/speedtest-cli') + + parser = ArgParser(description=description) + # Give optparse.OptionParser an `add_argument` method for + # compatibility with argparse.ArgumentParser + try: + parser.add_argument = parser.add_option + except AttributeError: + pass + parser.add_argument('--no-download', dest='download', default=True, + action='store_const', const=False, + help='Do not perform download test') + parser.add_argument('--no-upload', dest='upload', default=True, + action='store_const', const=False, + help='Do not perform upload test') + parser.add_argument('--single', default=False, action='store_true', + help='Only use a single connection instead of ' + 'multiple. This simulates a typical file ' + 'transfer.') + parser.add_argument('--bytes', dest='units', action='store_const', + const=('byte', 8), default=('bit', 1), + help='Display values in bytes instead of bits. Does ' + 'not affect the image generated by --share, nor ' + 'output from --json or --csv') + parser.add_argument('--share', action='store_true', + help='Generate and provide a URL to the speedtest.net ' + 'share results image, not displayed with --csv') + parser.add_argument('--simple', action='store_true', default=False, + help='Suppress verbose output, only show basic ' + 'information') + parser.add_argument('--csv', action='store_true', default=False, + help='Suppress verbose output, only show basic ' + 'information in CSV format. Speeds listed in ' + 'bit/s and not affected by --bytes') + parser.add_argument('--csv-delimiter', default=',', type=PARSER_TYPE_STR, + help='Single character delimiter to use in CSV ' + 'output. Default ","') + parser.add_argument('--csv-header', action='store_true', default=False, + help='Print CSV headers') + parser.add_argument('--json', action='store_true', default=False, + help='Suppress verbose output, only show basic ' + 'information in JSON format. Speeds listed in ' + 'bit/s and not affected by --bytes') + parser.add_argument('--list', action='store_true', + help='Display a list of speedtest.net servers ' + 'sorted by distance') + parser.add_argument('--server', type=PARSER_TYPE_INT, action='append', + help='Specify a server ID to test against. Can be ' + 'supplied multiple times') + parser.add_argument('--exclude', type=PARSER_TYPE_INT, action='append', + help='Exclude a server from selection. Can be ' + 'supplied multiple times') + parser.add_argument('--mini', help='URL of the Speedtest Mini server') + parser.add_argument('--source', help='Source IP address to bind to') + parser.add_argument('--timeout', default=10, type=PARSER_TYPE_FLOAT, + help='HTTP timeout in seconds. Default 10') + parser.add_argument('--secure', action='store_true', + help='Use HTTPS instead of HTTP when communicating ' + 'with speedtest.net operated servers') + parser.add_argument('--no-pre-allocate', dest='pre_allocate', + action='store_const', default=True, const=False, + help='Do not pre allocate upload data. Pre allocation ' + 'is enabled by default to improve upload ' + 'performance. To support systems with ' + 'insufficient memory, use this option to avoid a ' + 'MemoryError') + parser.add_argument('--version', action='store_true', + help='Show the version number and exit') + parser.add_argument('--debug', action='store_true', + help=ARG_SUPPRESS, default=ARG_SUPPRESS) + + options = parser.parse_args() + if isinstance(options, tuple): + args = options[0] + else: + args = options + return args + + +def validate_optional_args(args): + """Check if an argument was provided that depends on a module that may + not be part of the Python standard library. + + If such an argument is supplied, and the module does not exist, exit + with an error stating which module is missing. + """ + optional_args = { + 'json': ('json/simplejson python module', json), + 'secure': ('SSL support', HTTPSConnection), + } + + for arg, info in optional_args.items(): + if getattr(args, arg, False) and info[1] is None: + raise SystemExit('%s is not installed. --%s is ' + 'unavailable' % (info[0], arg)) + + +def printer(string, quiet=False, debug=False, error=False, **kwargs): + """Helper function print a string with various features""" + + if debug and not DEBUG: + return + + if debug: + if sys.stdout.isatty(): + out = '\033[1;30mDEBUG: %s\033[0m' % string + else: + out = 'DEBUG: %s' % string + else: + out = string + + if error: + kwargs['file'] = sys.stderr + + if not quiet: + print_(out, **kwargs) + + +def shell(): + """Run the full speedtest.net test""" + + global DEBUG + shutdown_event = threading.Event() + + signal.signal(signal.SIGINT, ctrl_c(shutdown_event)) + + args = parse_args() + + # Print the version and exit + if args.version: + version() + + if not args.download and not args.upload: + raise SpeedtestCLIError('Cannot supply both --no-download and ' + '--no-upload') + + if len(args.csv_delimiter) != 1: + raise SpeedtestCLIError('--csv-delimiter must be a single character') + + if args.csv_header: + csv_header(args.csv_delimiter) + + validate_optional_args(args) + + debug = getattr(args, 'debug', False) + if debug == 'SUPPRESSHELP': + debug = False + if debug: + DEBUG = True + + if args.simple or args.csv or args.json: + quiet = True + else: + quiet = False + + if args.csv or args.json: + machine_format = True + else: + machine_format = False + + # Don't set a callback if we are running quietly + if quiet or debug: + callback = do_nothing + else: + callback = print_dots(shutdown_event) + + printer('Retrieving speedtest.net configuration...', quiet) + try: + speedtest = Speedtest( + source_address=args.source, + timeout=args.timeout, + secure=args.secure + ) + except (ConfigRetrievalError,) + HTTP_ERRORS: + printer('Cannot retrieve speedtest configuration', error=True) + raise SpeedtestCLIError(get_exception()) + + if args.list: + try: + speedtest.get_servers() + except (ServersRetrievalError,) + HTTP_ERRORS: + printer('Cannot retrieve speedtest server list', error=True) + raise SpeedtestCLIError(get_exception()) + + for _, servers in sorted(speedtest.servers.items()): + for server in servers: + line = ('%(id)5s) %(sponsor)s (%(name)s, %(country)s) ' + '[%(d)0.2f km]' % server) + try: + printer(line) + except IOError: + e = get_exception() + if e.errno != errno.EPIPE: + raise + sys.exit(0) + + printer('Testing from %(isp)s (%(ip)s)...' % speedtest.config['client'], + quiet) + + if not args.mini: + printer('Retrieving speedtest.net server list...', quiet) + try: + speedtest.get_servers(servers=args.server, exclude=args.exclude) + except NoMatchedServers: + raise SpeedtestCLIError( + 'No matched servers: %s' % + ', '.join('%s' % s for s in args.server) + ) + except (ServersRetrievalError,) + HTTP_ERRORS: + printer('Cannot retrieve speedtest server list', error=True) + raise SpeedtestCLIError(get_exception()) + except InvalidServerIDType: + raise SpeedtestCLIError( + '%s is an invalid server type, must ' + 'be an int' % ', '.join('%s' % s for s in args.server) + ) + + if args.server and len(args.server) == 1: + printer('Retrieving information for the selected server...', quiet) + else: + printer('Selecting best server based on ping...', quiet) + speedtest.get_best_server() + elif args.mini: + speedtest.get_best_server(speedtest.set_mini_server(args.mini)) + + results = speedtest.results + + printer('Hosted by %(sponsor)s (%(name)s) [%(d)0.2f km]: ' + '%(latency)s ms' % results.server, quiet) + + if args.download: + printer('Testing download speed', quiet, + end=('', '\n')[bool(debug)]) + speedtest.download( + callback=callback, + threads=(None, 1)[args.single] + ) + printer('Download: %0.2f M%s/s' % + ((results.download / 1000.0 / 1000.0) / args.units[1], + args.units[0]), + quiet) + else: + printer('Skipping download test', quiet) + + if args.upload: + printer('Testing upload speed', quiet, + end=('', '\n')[bool(debug)]) + speedtest.upload( + callback=callback, + pre_allocate=args.pre_allocate, + threads=(None, 1)[args.single] + ) + printer('Upload: %0.2f M%s/s' % + ((results.upload / 1000.0 / 1000.0) / args.units[1], + args.units[0]), + quiet) + else: + printer('Skipping upload test', quiet) + + printer('Results:\n%r' % results.dict(), debug=True) + + if not args.simple and args.share: + results.share() + + if args.simple: + printer('Ping: %s ms\nDownload: %0.2f M%s/s\nUpload: %0.2f M%s/s' % + (results.ping, + (results.download / 1000.0 / 1000.0) / args.units[1], + args.units[0], + (results.upload / 1000.0 / 1000.0) / args.units[1], + args.units[0])) + elif args.csv: + printer(results.csv(delimiter=args.csv_delimiter)) + elif args.json: + printer(results.json()) + + if args.share and not machine_format: + printer('Share results: %s' % results.share()) + + +def main(): + try: + shell() + except KeyboardInterrupt: + printer('\nCancelling...', error=True) + except (SpeedtestException, SystemExit): + e = get_exception() + # Ignore a successful exit, or argparse exit + if getattr(e, 'code', 1) not in (0, 2): + msg = '%s' % e + if not msg: + msg = '%r' % e + raise SystemExit('ERROR: %s' % msg) + + +if __name__ == '__main__': + main() diff --git a/netspeedtest-master/netspeedtest-master/speedtest-web/LICENSE b/netspeedtest-master/netspeedtest-master/speedtest-web/LICENSE new file mode 100644 index 000000000..261eeb9e9 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/speedtest-web/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/netspeedtest-master/netspeedtest-master/speedtest-web/Makefile b/netspeedtest-master/netspeedtest-master/speedtest-web/Makefile new file mode 100644 index 000000000..2eab33e44 --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/speedtest-web/Makefile @@ -0,0 +1,75 @@ +# +# Copyright (C) 2021 ZeakyX +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=speedtest-web +PKG_VERSION:=1.1.5 +PKG_RELEASE:=$(AUTORELESE) + +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/ZeaKyX/speedtest-go.git +PKG_SOURCE_VERSION:=d8ccc31d3ae0ed2833691e3b8fc6fd1795d1ec13 +PKG_MIRROR_HASH:=63dad14ce21c78b37f223aacc4fd4611bbe1f9619afff8d52a38186441cb6a86 + +PKG_LICENSE:=LGPL-3.0 +PKG_LICENSE_FILES:=LICENSE + +PKG_CONFIG_DEPENDS:= \ + CONFIG_SPEEDTEST_WEB_COMPRESS_GOPROXY \ + CONFIG_SPEEDTEST_WEB_COMPRESS_UPX + +PKG_BUILD_DEPENDS:=golang/host +PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 + +GO_PKG:=github.com/librespeed/speedtest +GO_PKG_LDFLAGS:=-s -w +GO_PKG_LDFLAGS_X:=main.VersionString=v$(PKG_VERSION) + +include $(INCLUDE_DIR)/package.mk +include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk + +define Package/speedtest-web/config +config SPEEDTEST_WEB_COMPRESS_GOPROXY + bool "Compiling with GOPROXY proxy" + default n + +config SPEEDTEST_WEB_COMPRESS_UPX + bool "Compress executable files with UPX" + default y +endef + +ifeq ($(CONFIG_SPEEDTEST_WEB_COMPRESS_GOPROXY),y) + export GO111MODULE=on + export GOPROXY=https://goproxy.baidu.com +endif + +define Package/speedtest-web + SECTION:=net + CATEGORY:=Network + TITLE:=speedtest-web is a Openwrt package for speedtest-go, a Go backend for LibreSpeed + URL:=https://github.com/librespeed/speedtest-go + DEPENDS:=$(GO_ARCH_DEPENDS) +endef + +define Package/speedtest-web/description + speedtest-web is a Openwrt package for speedtest-go, a Go backend for LibreSpeed +endef + +define Build/Compile + $(call GoPackage/Build/Compile) +ifeq ($(CONFIG_SPEEDTEST_WEB_COMPRESS_UPX),y) + $(STAGING_DIR_HOST)/bin/upx --lzma --best $(GO_PKG_BUILD_BIN_DIR)/speedtest +endif +endef + +define Package/speedtest-web/install + $(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR)) + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/speedtest $(1)/usr/bin/$(PKG_NAME) +endef + +$(eval $(call GoBinPackage,speedtest-web)) +$(eval $(call BuildPackage,speedtest-web)) diff --git a/netspeedtest-master/netspeedtest-master/speedtest-web/README.md b/netspeedtest-master/netspeedtest-master/speedtest-web/README.md new file mode 100644 index 000000000..22839760a --- /dev/null +++ b/netspeedtest-master/netspeedtest-master/speedtest-web/README.md @@ -0,0 +1,2 @@ +# Speedtest-Web +OpenWrt package of librespeed [speedtest-go](https://github.com/librespeed/speedtest-go)