Kramer Electronics Ltd.
KDS-EN6, KDS-DEC6
– Accessing Astparam
4
Accessing Astparam
The most fundamental and powerful way to access Astparam is through the Astparam
Console API command. Most alternative approaches are just a wrap of Astparam commands.
To learn more about Console API commands and how to use console APIs, see
) or reference
the “Console APIs v2” document.
To use Astparam:
$ astparam OPTIONS [KEY] [VALUE]
OPTIONS:
•
g
: read from RW partition cache file. [KEY] is required.
•
s
: write to RW partition cache file (not saved to flash ROM yet). [KEY] and [VALUE] are
required. If [VALUE] is empty the [KEY] is removed.
•
flush
: clear all settings in RW partition cache file including random generated MAC
address. "./astparam save" is needed to clear all settings in flash ROM.
•
dump
: dump all parameters in RW partition cache file.
•
save
: save all parameters in RW partition cache file into flash ROM.
Start/Stop KMoIP [KDS-DEC6]
In order to manage KMoIP use
np_kmoip
Astparam:
Key
Description
Value (bold is FW default)
Decoder/Encoder
no_kmoip
Enable/disable KMoIP function.
y
: disable KMoIP
n
: enable KMoIP
Decoder/Encoder
Syntax
[Start]
>>astparam s no_kmoip n
Syntax
[Stop]
>>astparam s no_kmoip y
Usage Information:
•
This command is for KMoIP.
•
This command is used for runtime control.