dth8312 2016-07-04 22:29
浏览 314
已采纳

Paho MQTT Golang协议

I'm new on Golang and mqtt.

I'm trying to connect to a broker. It works when I'm using MQTT.fx or my terminal with mosquitos.

But in my program, I create my opts with the address & clientID and when I try to connect there is an error "Unknow protocol"

panic: Network Error : Unknown protocol

goroutine 1 [running]:

panic(0x347b20, 0xc820072fe0)

/usr/local/go/src/runtime/panic.go:481 +0x3e6

main.main()

test.go:29 +0x1cd

I checked the protocol version on MQTT.fx and it's TLSv1.2.

The Paho library support TLS protocol. I'm a bit confused

Is there someone who got the same issue ?

Cheers

  • 写回答

1条回答 默认 最新

  • duanhe7471 2016-07-05 06:25
    关注

    I fixed it. Just forgot to precise the protocol at the beginning of the url.

    The type of connection required is specified by the scheme of the connection URL set in the ClientOptions struct, for example:

    tcp://iot.eclipse.org:1883 - connect to iot.eclipse.org on port 1883 using plain TCP ws://iot.eclipse.org:1883 - connect to iot.eclipse.org on port 1883 using WebSockets tls://iot.eclipse.org:8883 - connect to iot.eclipse.org on port 8883 using TLS (ssl:// and tcps:// are synonyms for tls://)

    That works :-)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 shape_predictor_68_face_landmarks.dat
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制