Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | fw: sim: srv: mosquitto: Do not restrict to `zeth` | xengineering | |
This is a security measure better fulfilled with a firewall. The problem is when it is restricted to the `zeth` interface it cannot be reliably started while the firmware is not running, since the interface is not up. But when the MQTT broker is not available it is hard to start the firmware in the current state because it requires a running MQTT broker. This is a chicken-egg-problem solved with this commit. | |||
4 days | fw: sim: srv: mosquitto.conf: Restrict to IPv6 | xengineering | |
This avoids warnings and sets the focus to the IP version which is the current focus. | |||
5 days | fw: sim: srv: Move server configs here | xengineering | |
This folder should explain how to setup the network environment for the firmware simulation. |