HP Xw460c Remote Graphics Software 4.2.0 User Guide - Page 71

Organizing Displays in Enterprise Service Mode, Starting the Enterprise Service, Configuring

Page 71 highlights

Using Remote Graphics Software settings such as the location of each Remote Display Window on the local desktop, codec quality settings, audio settings, and others. See Properties for more details. If the command line options -esdirsettings is not specified, then the users settings are read from the local system. When the Receiver closes, the users settings are saved, either locally or remotely in the Enterprise Service, depending on the specification of the command line option -esdirsettings. When a connection to each of the RGS Senders is initiated, the credentials gathered during the ES authentication are used to authenticate the connection. If "Prompt for username and password" is enabled in the Receiver Control Panel, then the credentials used to authenticate with the ES are not used and the user is prompted to enter credentials for each connection. Organizing Displays in Enterprise Service Mode Refer to "Organizing Displays in Directory Mode" section. Starting the Enterprise Service To run the sample Enterprise Service, the system must have Python 2.4 installed. See Installing the Enterprise Service for more information. Once Python is installed, the user starts the ES as follows: From the command line: python C:\Program Files\Hewlett-Packard\Remote Graphics Enterprise Service\HprEsPrivate.py From the Start menu, select: Start --> Hp Remote Graphics --> Start Enterprise Service Configuring the Enterprise Service As mentioned before, the current SDK provides a sample implementation using a simple XML file as an enterprise directory. This is only a sample to learn how the Enterprise Service operates. It is up to the customer to implement the ES interfaces, by providing an implementation that communicates with their enterprise infrastructure. The README.txt file in the ES installation can help learn how to use the SDK. The current ES is written in the Python language. Python is an interpreted object-oriented (OO) language well suited for this problem and readily available on a wide variety of platforms. All of the Python code is human readable and can be used to understand the workings of the ES. 63

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155

Using Remote Graphics Software
63
settings such as the location of each Remote Display Window on the local desktop,
codec quality settings, audio settings, and others. See Properties for more details.
If the command line options
-esdirsettings
is not specified, then the users settings
are read from the local system. When the Receiver closes, the users settings are
saved, either locally or remotely in the Enterprise Service, depending on the
specification of the command line option
-esdirsettings
.
When a connection to each of the RGS Senders is initiated, the credentials gathered
during the ES authentication are used to authenticate the connection. If "
Prompt for
username and password
" is enabled in the Receiver Control Panel, then the
credentials used to authenticate with the ES are not used and the user is prompted
to enter credentials for each connection.
Organizing Displays in Enterprise Service Mode
Refer to "Organizing Displays in Directory Mode" section.
Starting the Enterprise Service
To run the sample Enterprise Service, the system must have Python 2.4 installed.
See Installing the Enterprise Service for more information.
Once Python is installed, the user starts the ES as follows:
From the command line:
python C:\Program Files\Hewlett-Packard\Remote Graphics Enterprise
Service\HprEsPrivate.py
From the Start menu, select:
Start --> Hp Remote Graphics --> Start Enterprise Service
Configuring the Enterprise Service
As mentioned before, the current SDK provides a sample implementation using a
simple XML file as an enterprise directory. This is only a sample to learn how the
Enterprise Service operates. It is up to the customer to implement the ES interfaces,
by providing an implementation that communicates with their enterprise
infrastructure.
The README.txt file in the ES installation can help learn how to use the SDK. The
current ES is written in the Python language. Python is an interpreted object-oriented
(OO) language well suited for this problem and readily available on a wide variety of
platforms. All of the Python code is human readable and can be used to understand
the workings of the ES.