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.

History

updated to ensure it builds with TLS by correcting config defaults. 201646A

2016-11-14, by JMF [Mon, 14 Nov 2016 21:15:42 +0000] rev 16

updated to ensure it builds with TLS by correcting config defaults.


HTTPS example of using mbed tls library

2016-11-02, by JMF [Wed, 02 Nov 2016 19:19:55 +0000] rev 15

HTTPS example of using mbed tls library


Adding support for SSL/TLS using mbed TLS

2016-11-02, by JMF [Wed, 02 Nov 2016 16:28:43 +0000] rev 14

Adding support for SSL/TLS using mbed TLS


no changes

2016-11-02, by JMF [Wed, 02 Nov 2016 15:00:33 +0000] rev 13

no changes


Adding mbedtls files

2016-11-01, by JMF [Tue, 01 Nov 2016 14:22:56 +0000] rev 12

Adding mbedtls files


Added changes to slow down polling of the WNC data module. Frequent polling appears to cause problems for WNC.

2016-10-31, by JMF [Mon, 31 Oct 2016 13:54:21 +0000] rev 11

Added changes to slow down polling of the WNC data module. Frequent polling appears to cause problems for WNC.


changed the WNC FAILED message to output a CRLF first so the message isn't embedded in user output.

2016-10-07, by JMF [Fri, 07 Oct 2016 13:54:09 +0000] rev 10

changed the WNC FAILED message to output a CRLF first so the message isn't embedded in user output.


Cleaned up WNC Error checking to ensure mutex was released when an error occurs.

2016-10-07, by JMF [Fri, 07 Oct 2016 13:26:00 +0000] rev 9

Cleaned up WNC Error checking to ensure mutex was released when an error occurs.


Corrected Mutex implementation. Now it is static global to the WNCInterface class.

2016-10-07, by JMF [Fri, 07 Oct 2016 00:36:47 +0000] rev 8

Corrected Mutex implementation. Now it is static global to the WNCInterface class.


This version adds the SMS class and adds support for multi-threading to eliminate re-entrant with the WncController class

2016-10-06, by JMF [Thu, 06 Oct 2016 21:17:18 +0000] rev 7

This version adds the SMS class and adds support for multi-threading to eliminate re-entrant with the WncController class