WiFi library

Simplelink WiFi enabled boards can use the WiFi library to connect to the internet. It can serve as either a server accepting incoming connections or a client making outgoing ones. The library supports WEP and WPA2 Personal encryption, but not WPA2 Enterprise. Supported Devices: CC3100, CC3200 Energia communicates with the WiFi network processor using the SPI bus. The WiFi library is very similar to the Ethernet library, and many of the function calls are the same. For additional information on Simplink WiFi, visit the support page from TI: Embedded WiFi

WiFi class

The WiFi class initializes the ethernet library and network settings.

IPAddress class

The IPAddress class provides information about the network configuration.

Server class

The Server class creates servers which can send data to and receive data from connected clients (programs running on other computers or devices).

Client class

The client class creates clients that can connect to servers and send and receive data.

UDP class

The UDP class enables UDP message to be sent and received.

Examples

Guide Home