SPNA248 March 2021 TM4C1292NCPDT , TM4C1292NCPDT , TM4C1292NCZAD , TM4C1292NCZAD , TM4C1294KCPDT , TM4C1294KCPDT , TM4C1294NCPDT , TM4C1294NCPDT , TM4C1294NCZAD , TM4C1294NCZAD , TM4C1299KCZAD , TM4C1299KCZAD , TM4C1299NCZAD , TM4C1299NCZAD , TM4C129DNCPDT , TM4C129DNCPDT , TM4C129DNCZAD , TM4C129DNCZAD , TM4C129EKCPDT , TM4C129EKCPDT , TM4C129ENCPDT , TM4C129ENCPDT , TM4C129ENCZAD , TM4C129ENCZAD , TM4C129LNCZAD , TM4C129LNCZAD , TM4C129XKCZAD , TM4C129XKCZAD , TM4C129XNCZAD , TM4C129XNCZAD
The TivaWare library contains Ethernet examples that demonstrates creating HTTP web server applications based on lwIP stack. In this application report, the focus will be on demonstrating various echo-server and client applications. A collection of eight examples are presented here to show the TM4C129x MCU running with either the server applications or client applications.
Example | Type | Description |
---|---|---|
enet_tcpecho_server_lwip | Server | An echo server application using TCP protocol. The server echoes back the packets received from the client. lwIP is configured to acquire the IP address from a DHCP server. |
enet_tcpecho_server_static_ip_lwip | Server | An echo server application using TCP protocol but with lwIP configured for static IP address generation. |
enet_updecho_server_lwip | Server | An echo server application using UDP protocol. The server echoes back the datagrams it receives from the client. |
enet_dns_lwip | Client | A client application that requests the DNS (Domain Name Server) server to translate domains names into IP addresses, making it possible for the DNS clients to reach the origin server. |
enet_sntp_lwip | Client | A client application that reports the current network time based on the SNTP (Simple Network Time Protocol). |
enet_tcpecho_client_lwip | Client | An echo client application using TCP protocol. The client sends a greeting message to the server and echoes back the packets it receives from the server. |
enet_adcsensor_client_lwip | Client | A client application that uses the on-chip ADC to periodically take the temperature reading of the device and send it to the server. |
enet_udpecho_client_lwip | Client | An echo client application using UDP protocol. The client sends a greeting message to the server and echoes back the datagrams it receives from the server. |