go-ipmsg:Golang的IPMSG协议实现

时间:2024-05-26 04:25:29
【文件属性】:

文件名称:go-ipmsg:Golang的IPMSG协议实现

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-26 04:25:29

Go

go-ipmsg Golang的IPMSG协议实现 要安装,只需发出go get : go get github.com/masanorih/go-ipmsg 默认情况下,导入github.com/masanorih/go-ipmsg将导入软件包ipmsg import ( "log" "github.com/masanorih/go-ipmsg" ) conf := ipmsg . NewIPMSGConf () ipmsg , err := ipmsg . NewIPMSG ( conf ) if err != nil { log . Fatalf ( "Failed to start ipmsg: %v" , err ) } defer ipmsg . Close () go-ipmsg是的端口 通过NewIPMSG()创建新结构时,将自动设置并启动一个


【文件预览】:
go-ipmsg-master
----ipmsg_test.go(2KB)
----command_string.go(2KB)
----command.go(2KB)
----command_test.go(1KB)
----clientdata_test.go(747B)
----clientdata.go(2KB)
----eventhandler_test.go(2KB)
----example()
--------main.go(4KB)
--------handler.go(743B)
----LICENSE(1KB)
----README.md(987B)
----eventhandler.go(2KB)
----ipmsg.go(3KB)

网友评论