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.
  3. From inside the build directory, run cmake and build:
    cmake /usr/lin/x86_64-linux-gnu/pcoip-client/examples/minimal_client
    
    make
    
  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.