diff options
author | xengineering <me@xengineering.eu> | 2025-07-30 19:10:43 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-08-10 19:59:46 +0200 |
commit | e70f4dadc35a6e9ce87c406b0757bdd55e2ff8cf (patch) | |
tree | d2d5609edeff2e68888890fa14d6d5c829ac1bc0 /fw/sim | |
parent | 4883d87426e555b970c94ac18911777f3e3056bb (diff) | |
download | iot-contact-e70f4dadc35a6e9ce87c406b0757bdd55e2ff8cf.tar iot-contact-e70f4dadc35a6e9ce87c406b0757bdd55e2ff8cf.tar.zst iot-contact-e70f4dadc35a6e9ce87c406b0757bdd55e2ff8cf.zip |
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.
Diffstat (limited to 'fw/sim')
-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 |