KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ncgo
★ 8
Open GitHub ↗
ncgo 网络大杂烩工具
Download README (.md)
Explore Similar Repositories
localization-helpers
:
An artisan command package for easy translation management
horse-racing
:
wow, what a race.
opencv_point_cloud_tutorial
:
Introduction to using synchronized RGB and Depth videos to create a point cloud
sdwriter
:
A command line tool for writing images to SD cards
JHHC-SR04
:
Interface a HC-SR04 distance sensor to the NVIDIA Jetson TK1
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ncgo
?
Download (.md)
# ncgo [](https://travis-ci.org/wwek/ncgo) ncgo 网络工具包 # 下载 * Github (Windows/Linux/Mac) - https://github.com/wwek/ncgo/releases * Mirror (Windows/Linux/Mac) - # 使用 ```bash ncgo tcping www.baidu.com ncgo httpstat https://www.baidu.com ncgo httpstat -u www.qq.com -lp ``` ## 帮助 ncgo help # 源码安装 go get -u github.com/wwek/ncgo # 功能清单 - [x] 网络带宽测速 SpeedTest Cli命令行模式 - [x] http 和 socks代理 - [x] tcping - [x] httpstat - [ ] 检查网络TCP UDP端口是否打开 - [ ] 扫描IP - [ ] 反向tcp隧道 - [ ] Ping - [ ] Mtr - [ ] Whois IP或域名信息查询 # 感谢 github.com/davecheney/httpstat