The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).

Dependencies:   WncControllerK64F

Dependents:   WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more

See the WNCInterface README in the Wiki tab for detailed information on this library.

Revision:
28:dceb8da78e6d
Parent:
27:2dc9461c04dc
Child:
29:b278b745fb4f
--- a/Socket/WncTCPSocketConnection.h	Fri Mar 24 21:50:50 2017 +0000
+++ b/Socket/WncTCPSocketConnection.h	Fri Mar 24 22:02:33 2017 +0000
@@ -31,7 +31,7 @@
 /**
 TCP socket connection
 */
-class TCPSocketConnection : public Socket, public WncEndpoint {
+class TCPSocketConnection : public WncSocket, public WncEndpoint {
     
 public:
     TCPSocketConnection();