This library controls the WNC. There is a derived class for usage from the K64F board.

Fork of WncControllerLibrary by Fred Kellerman

Revision:
15:2c8211ef69e1
Parent:
13:73629a6e9122
Child:
18:ca2899c353c2
--- a/WncController.h	Sat Sep 10 02:02:05 2016 +0000
+++ b/WncController.h	Sat Sep 10 02:32:47 2016 +0000
@@ -195,6 +195,11 @@
      *  \details None.
      */
     bool openSocket(uint16_t numSock, uint16_t port, bool tcp, uint16_t timeOutSec = 30);
+    
+    bool openSocketUrl(uint16_t numSock, const char * url, uint16_t port, bool tcp, uint16_t timeOutSec = 30);
+
+    bool openSocketIpAddr(uint16_t numSock, const char * ipAddr, uint16_t port, bool tcp, uint16_t timeOutSec = 30);
+
 
     /**
      *  \brief Write bytes of data to an open socket