The distribution of the library includes several examples included into a single Xcode project. The examples demonstrate various features and APIs supported by the product.

The is based on Communicator Library for iOS and demonstrates the usage of the Remote Shared Objects API. It implements a whiteboard shared between multiple users. User can draw by finger on the own whiteboard, and the strokes are automatically replicated between all connected clients.
To see the example in action, you need to prepare your server-side environment.

The example is based on Communicator Library for iOS and demonstrates server-to-client invocation. Make sure to install WebORB for Java or .NET and run multiple instances of this example.
To see the example in action, you need to prepare your server-side environment.

ClientInvoke example is based on Communicator Library for iOS and demonstrates the API enabling remote method invocation. The client application can invoke server-side Java or .NET methods and pass primitive values, strings, dates and arrays.
To see the example in action, you need to prepare your server-side environment.

SharedBall example is based on Communicator Library for iOS and demonstrates the usage of the Remote Shared Objects API. RSO can be hosted in any media and messaging server: WebORB, Adobe FMS, Red5 or Wowza Media Server.
To see the example in action, you need to prepare your server-side environment.