How to connect local host with mqtt client/broker??
12 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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'
0 件のコメント
参考
カテゴリ
Help Center および File 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!