필터 지우기
필터 지우기

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

조회 수: 18 (최근 30일)
Murali Rajakumar
Murali Rajakumar 2017년 10월 20일
댓글: Shubham 2023년 8월 29일
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
Paulo  Paulo
Paulo Paulo 2022년 2월 25일
Olá estou com a mesma duvida, conseguiu resolver?
Shubham
Shubham 2023년 8월 29일
Can you share the screenshot of the error?

댓글을 달려면 로그인하십시오.

답변 (1개)

Sylvain
Sylvain 2020년 1월 24일
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'

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by