Remove broken redirect from (#4901)

This commit is contained in:
Paulus Schoutsen 2018-03-11 15:04:50 -07:00 committed by GitHub
parent 4887c9c993
commit 13464e509e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 0 additions and 14 deletions

View file

@ -8,7 +8,6 @@ comments: false
sharing: true
footer: true
logo: mqtt.png
redirect_from: /components/mqtt/#testing-your-setup
---
The `mosquitto` broker package ships commandline tools (often as `*-clients` package) to send and receive MQTT messages. As an alternative have a look at [hbmqtt_pub](http://hbmqtt.readthedocs.org/en/latest/references/hbmqtt_pub.html) and [hbmqtt_sub](http://hbmqtt.readthedocs.org/en/latest/references/hbmqtt_sub.html) which are provided by HBMQTT. For sending test messages to a broker running on localhost check the example below: