diff options
-rw-r--r-- | fw/sim/srv/mosquitto.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fw/sim/srv/mosquitto.conf b/fw/sim/srv/mosquitto.conf new file mode 100644 index 0000000..abd7ae3 --- /dev/null +++ b/fw/sim/srv/mosquitto.conf @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public License, +# v. 2.0. If a copy of the MPL was not distributed with this file, You can +# obtain one at https://mozilla.org/MPL/2.0/. + +listener 1883 :: +allow_anonymous true |