WiFi DipCortex USB CDC

Dependencies:   HTTPClient NTPClient USBDevice WebSocketClient cc3000_hostdriver_mbedsocket mbed

Fork of WiFiDip-UsbKitchenSink by Carl - SolderSplash Labs

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tcpTests.h Source File

tcpTests.h

00001 #ifndef TCPTESTS_H
00002 #define TCPTESTS_H
00003 
00004 void HttpClientTest ( void );
00005 void WebSocketTest ( void );
00006 void WebSocketReadTest ( void );
00007 void WebSocketAdcStream ( void );
00008 void TcpClientTest ( void );
00009 void TcpServerTest ( void );
00010 void XivelySimpleTest ( void );
00011 
00012 extern const char *ECHO_SERVER_ADDRESS;
00013 extern const int ECHO_SERVER_PORT_TCP = 80;
00014 extern char *hello;
00015 
00016 #endif