Minimal Client Example

The following is an example of how to use the Teradici broker libraries and the PCoIP Session libraries to connect to an agent and launch a PCoIP session.

The following steps outline how to build this example:

  1. Install the SDK.
  2. Create a build/directory inside minimal_client/ which can be found inside the SDK at examples/.
  3. From build/, run cmake configure and build commands.
  4. Update the login_info.txt with the address and credentials of an authentic agent so that the built client can talk to the agent. The format of the login_info.txt file is {FQDN of the broker}{domain}{username}{password}{host-name}.
  5. Run the built minimal_client application. It should be able to launch a brokered PCoIP Session to the agent.