0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

mosquitto 2xでローカルでしか通信できず、設定追加が必要

Posted at

mosquitto 2xの以下
mosquitto-2.0.13-install-windows-x64.exe
を使用したら、ローカルでしか通信できながった現象。

mosquitto.conf へ

以下

(mosquitto.conf)
listener 1883
allow_anonymous true

を追加し、その後以下のように起動

>mosquitto -c mosquitto.conf

したら動作するようになった。

参考
https://www.fixes.pub/program/308070.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?