Hi,
I’ve just moved to the latest FW (a.k.a. 07.04.5) and I want to change some settings and enable some services. I want to keep it simple and match the custom settings I’ve done in the legacy FW.
I’m following the sdk where there’s a section for selecting packages through the Kconfig. Is this the only way to enable/add a service i.e. MQTT?
Or could I download it from here packages or there’s no need to download anything and simply change some settings and values directly in the code?
In the legacy FW I had to change three files;
package/base-files/etc/config/mqtt_pub
enable and define IP/Port,package/base-files/files/etc/uci-defaults/73_mosquitto_migrate
setting the mqttv5, andpackage/mosquitto/files/etc/config/mosquitto
.
Now in the latest FW
- I imagine in the
.config
I have to set toy
theCONFIG_MQTT_SUPPORT
andCONFIG_PACKAGE_mqtt_pub
and thevuci
ones ? - in the
008-rut9-mosquitto-migrate.sh
→[ -n "$tls_type" ] || uci_set mosquitto mqtt bridge_protocol_version "mqttv5"
? and package/teltonika/mqtt_pub/bin/files/mqtt_pub.conf
as in the legacy fw (i) and thepackage/network/services/mosquitto/files/etc/config/mosquitto
with the port, version, enabled etc?