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:
- Install the SDK.
- Create a build/directory inside minimal_client/
- From build/, run cmake configure and build commands.
- Update the login_info.txt with the address and credentials of an authentic agent so that the built client can talk to the agent.
- Run the built minimal_client application. It should be able to launch a brokered PCoIP Session to the agent.