u-blox modem Websockets client test

Dependencies:   UbloxUSBModem WebSocketClient mbed

Revision:
0:f1ad9e7a8fe2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/websocketstest.h	Tue Oct 22 04:25:34 2013 +0000
@@ -0,0 +1,10 @@
+
+#ifndef WEBSOCKETSTEST_H
+#define WEBSOCKETSTEST_H
+
+#include "CellularModem.h"
+
+void websocketstest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
+
+#endif
+