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
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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:3fd4a328c7cf | 2014-08-07 | SolderSplashLabs | 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 |
2:6813713a64e1 | 2014-07-10 | SolderSplashLabs | -Added gethostname workaround for version 1.28 firmware |
1:5fa4efb214e7 | 2014-07-09 | SolderSplashLabs | - 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 |
0:ff40ad3448c5 | 2014-07-08 | SolderSplashLabs | WifiDipCortex - UDP Test |