文件名称:ipscanner_v0.0.1.zip
文件大小:24KB
文件格式:ZIP
更新时间:2023-08-07 02:13:23
Go源码 带ICMP的ping操作 端口扫描部分
将ping 和 端口扫描代码整合成 一个GRPC的访问服务, 第一次连接返回在线设备, 后续返回状态改变设备
【文件预览】:
ipscanner
----extends()
--------operator.go(161B)
--------ip.go(675B)
----grpcservice()
--------ipscanner.proto(766B)
--------server.go(1KB)
--------client.go(1KB)
--------ipscanner.pb.go(14KB)
----main.go(764B)
----device()
--------device.go(2KB)
--------devices_impl.go(4KB)
--------pinger.go(15KB)
--------devices.go(1KB)
--------devices_test.go(1KB)
----service()
--------ipscanner.go(529B)
----go.sum(17KB)
----README.md(162B)
----go.mod(226B)