From e70f4dadc35a6e9ce87c406b0757bdd55e2ff8cf Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 30 Jul 2025 19:10:43 +0200 Subject: fw: sim: srv: mosquitto: Add file This adds a configuration file for the Mosquitto MQTT server. It allows to run and test the native sim firmware with MQTT functionality. The server can be run with user rights. --- fw/sim/srv/mosquitto.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fw/sim/srv/mosquitto.conf (limited to 'fw/sim') 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 -- cgit v1.2.3-70-g09d2