/**
* Creates a new CommunicationController object
*/
public CommunicationController() {
_context = new Context("MyContext");
_app = UiApplication.getUiApplication();
try {
// Read settings from config.xml
ECHO_SERVER_URI = Utils.getEchoServerUri();
TIMEOUT = Utils.getTimeout();