{% extends "base.html.twig" %} {% block title %}SW Packages{% endblock %} {% block body %}

SW Packages


Packages submenu of the SW Manager concerns software packages installed on the devices.

At present, the Packages are displaying a list of all the SW packages detected on supported device types (which are just Advantech cellular routers at the moment).

Next to each reported package and its appropriate version you can see a number of devices having this version of the package installed and a button (List Devices) that shows list of the devices.

You are also able to review list of all packages installed on a particular device on the respective Device Details.

Please note that the list of installed package is sent from the device to the server every big cycle only. With the default settings, the big cycle happens only once per 5 data exchanges (roughly every half an hour under default settings). That means that when a change in the packages is made (e.g. new package installed, package version changed, package uninstalled), the update will appear in the DWARFG_LONG in under half an hour, assuming the device is online and communicating properly.

{% endblock body %}