Small demo to purely test UDP, depends on the module already being configured to auto connect to an access point

Dependencies:   USBDevice cc3000_hostdriver_mbedsocket mbed

Fork of WifiDipCortex-UDPDemo by Carl - SolderSplash Labs

Wifi-DipCortex - Test application that shows you how to listen for UDP message on one port while sending messages on another

- Listens on UDP_LISTEN_PORT, upon data being recvied it can be found in UDP_RecvBuffer - Transmits UDP_TX_Buffer on UDP_TARGET_PORT to UDP_TARGET_IP

History

Added Smartconfig; Added disconnection detection; Re-connection after disconnection, not functioning; PC app here to exercise the UDP connection : https://github.com/SolderSplashLabs/PC-UDP-Example default tip

2014-08-07, by SolderSplashLabs [Thu, 07 Aug 2014 00:40:04 +0000] rev 3

Added Smartconfig; Added disconnection detection; Re-connection after disconnection, not functioning; PC app here to exercise the UDP connection : https://github.com/SolderSplashLabs/PC-UDP-Example


-Added gethostname workaround for version 1.28 firmware

2014-07-10, by SolderSplashLabs [Thu, 10 Jul 2014 16:52:10 +0000] rev 2

-Added gethostname workaround for version 1.28 firmware


- Listens on UDP_LISTEN_PORT, upon data being recvied it can be found in UDP_RecvBuffer; - Transmits UDP_TX_Buffer on UDP_TARGET_PORT to UDP_TARGET_IP

2014-07-09, by SolderSplashLabs [Wed, 09 Jul 2014 19:27:41 +0000] rev 1

- Listens on UDP_LISTEN_PORT, upon data being recvied it can be found in UDP_RecvBuffer; - Transmits UDP_TX_Buffer on UDP_TARGET_PORT to UDP_TARGET_IP


WifiDipCortex - UDP Test

2014-07-08, by SolderSplashLabs [Tue, 08 Jul 2014 18:56:37 +0000] rev 0

WifiDipCortex - UDP Test