Skip to content

The paramconfig Binary File

John Serock edited this page May 21, 2023 · 1 revision

The paramconfig Binary File

The paramconfig file has a binary image that contains only parameter values. There are two types of parameters:

  1. Integer (8-bit, 16-bit, or 32-bit)
  2. Byte array

Integers are represented in little-endian format.

Parameter values that are ASCII strings are represented as byte arrays.

Network Identifiers (NIDs), which are 54-bit integers, are represented as byte arrays of 7 bytes in little-endian order.

Parameter values are packed. In other words, parameter values immediately follow one another; there are no unused bytes within the binary image of the paramconfig file.

Clone this wiki locally