Effacer les filtres
Effacer les filtres

How to connect local host with mqtt client/broker??

25 vues (au cours des 30 derniers jours)
Murali Rajakumar
Murali Rajakumar le 20 Oct 2017
Commenté : Shubham le 29 Août 2023
tried:
myMQTT = mqtt('tcp://broker.hivemq.com')
  • myMQTT = mqtt('tcp://localhost')
  • myMQTT = mqtt('localhost')
  • myMQTT = mqtt('LocalHost')
  • myMQTT = mqtt('tcp://LocalHost')
  • myMQTT = mqtt('127.0.0.1')
  • myMQTT = mqtt('tcp://127.0.0.1')
but for everything I get error. Plz help me guys Thanks
  2 commentaires
Paulo  Paulo
Paulo Paulo le 25 Fév 2022
Olá estou com a mesma duvida, conseguiu resolver?
Shubham
Shubham le 29 Août 2023
Can you share the screenshot of the error?

Connectez-vous pour commenter.

Réponses (1)

Sylvain
Sylvain le 24 Jan 2020
Check your IP adress of your localhost (ipconfig or ifconfig if you are linux user): this would be the address to use : 'tcp://000.000.000.000'

Catégories

En savoir plus sur ThingSpeak dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by