46
47
Changing the Management Platform Password
To change the ZyPer account password, use the
passwd
command, as shown below.
Note that passwords are not echoed to the screen.
zyper@zyper:~$ passwd
Changing password for zyper.
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
zyper@zyper:~$
Advanced Operation
Advanced Operation
Accessing the API
Using Telnet
Telnet is a popular protocol that can be used on both Windows® and Mac OS® operating
systems to connect to the programming shell. On a Windows operating system, a Telnet
client, such as “PuTTY”, must be installed. From a Unix or Mac OS command line, use the
telnet
command followed by the IP address of the Management Platform:
zyper@zyper:~$ telnet 192.168.1.6
Telnet will use port 23 by default and once connected, the API prompt will be displayed:
Zyper$
Getting Help
Help is available in two forms. Typing
help
or
?
at the prompt will list all available
commands:
Zyper$ help
show server info
show server config
set server timezone <posix-timezone-name:string>
set server auto-edid-mode enabled|disabled
set server api-password [<password:string>]
...
...
...
script <file-name> [loop]
sleep <millisecond-sleep:int>
Zyper$
In addition, a partial list of commands can be listed by specifying the first word of each
command. The first part of the command must be specified
before
the
help
command.
For example, the following will only list command with the join prefix.
Zyper$ join help
join <encoder:macOrNameOrNone> <decoder:macOrName> genlocked
join <encoder:macOrNameOrNone> <decoder:macOrName> fast-switched
join <encoder:macOrName> <decoder:macOrName> analog-audio
Zyper$
Instead of specifying the IP address of the Management Platform, the
following identifier can also be used:
zyper.local
Example:
telnet zyper.local
Содержание ZyPer
Страница 1: ...User Manual Updated March 2017 ZyPer Management Platform...
Страница 5: ...1 Getting Started...