上传者: 42109732
|
上传时间: 2021-10-10 20:03:38
|
文件大小: 2KB
|
文件类型: -
gochat-mqtt
使用 Go 客户端演示与 Go 的简单聊天程序
建造
需要 Go,显然...
适当设置GOPATH和GOBIN变量,然后...
$ go get git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git
$ go install gochat-mqtt.go
跑步
$ gochat-mqtt --help
Usage of gochat-mqtt:
-name="user201": Username to be displayed
-room="gochat": The chat room to enter. default 'gochat'
-server="tcp://iot.eclipse.org:1883": The MQTT server to connect to