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/
  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.
  5. Run the built minimal_client application. It should be able to launch a brokered PCoIP Session to the agent.