takanorig / mqtt-bench

Benchmark tool for MQTT Broker
144 stars 67 forks source link

package git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git/packets: cannot download, git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang uses insecure protocol #12

Open kaiservignesh opened 7 years ago

kaiservignesh commented 7 years ago

Getting below error message while install mqtt-bench. Please help me. package git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git/packets: cannot download, git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang uses insecure protocol

kuailehaibin commented 6 years ago

you can use "github.com/eclipse/paho.mqtt.golang" instead of it, and also need replace "[]*MQTT.Client" with "[]MQTT.Client". Besides, please access https://github.com/takanorig/mqtt-bench/issues/7

filinvadim commented 5 years ago

Is this repo abandoned?