Skip to content

nikytwo/net-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

网络检查与测试

根据配置文件中的信息,从以下两方面检查网络情况:

  • 进行ping操作,并记录相关的ping结果信息
  • 下载指定文件,并记录下载过程相关的信息

检查结果保存至程序当前目录的./report文件夹

依赖

  • python2.7
  • pycurl
  • beautifulsoup4
  • PyInstaller(可选生成Windows可运行程序用)

运行

直接运行

python NetDetection.py

生成exe文件

pyinstaller -F NetDetection.py

About

网络检查、测试

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages