-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
适配了一个Golang 版跨平台客户端 #176
Comments
支持macOS吗 |
暂不支持 |
这个单独的库怎么引入呢? |
啊~ 我的意思是,只是在 README |
总流量不准确 |
已增加对OpenWRT Luci 适配 |
@v03413 最近我也用 golang 重写了客户端和服务端,请问你测三网 ping 值时候,time和ping那个代表ping,那个代表丢包率? |
@cppla 老大,请教下咱的 ipstatus(ipv6,ipv4),ping 网络相关的算法说明,我写的 golang 版本还存在问题,还需要再次学习。 服务器: https://github.com/MoYu-Group/systemMoniter-Server |
这里的三网ping值,实际上测得是 ServerStatus/clients/client-psutil.py Lines 157 to 159 in 0a2a007
|
@v03413 我没记错的话,ipstatus 取三网,只要通两个就是 true,否则就是 false,是么? |
这是我之前写的网络侦测部分,总感觉有点问题,希望大佬们给点意见。 |
python代码挺简单,无复杂算法,自己看一下就能明白 @CHN-STUDENT |
@cppla 作者您好,https://github.com/cppla/ServerStatus 是一个很实用的项目,感谢维护开发。
我在使用过程中各方面都挺好的、但是经过实际测试,在部分嵌入式设备中因为Python环境问题,导致无法正常运行,亦或者比如我,不太希望依赖系统;于是我根据原版仿写了一个 Golang版本的客户端以解决上诉问题,您看看是否有需要引入当前仓库。
OpenWRT
系统做了适配仓库地址: https://github.com/v03413/ServerStatus-Client
The text was updated successfully, but these errors were encountered: