Skip to content

Router App Upload Requirements


Before uploading a Router App to WebAccess/DMP, the archive must meet the following requirements.

Archive Name

The archive name must follow this format:

<name>.<platform>.tgz

The <name> field may optionally include a version number.

Example:

vim-2.1.7.v1.tgz

Archive Structure

The archive must contain an /etc directory at the top level. This directory must include the following file:

  • version — contains a single line with the version in this format:
X.Y.Z <ignored>

Where:

  • X and Y are integers between 0 and 255 (inclusive).
  • Z is a string of alphanumeric characters.
  • <ignored> is optional and may contain any additional text.

Valid examples:

3.2.1
3.2.1b
3.2.1-test (2025-03-24)
3.2.1 (2025-03-24)

Invalid examples:

3.2
3.2b.1

Optional Files

The /etc directory may also include the following optional files:

  • name — if present, its contents are used as the Display Name of the application in WebAccess/DMP.
  • summary — if present, its contents are used as the Description of the application in WebAccess/DMP.