TCP/IP Client Demo

TCP/IP Sample Client Program


This page demonstrates how TCP/IP can be used to interface your DSP application to a standard WEB browser.


This this a small example page being served out of a RAM file system. It uses CGI functions on the DSP to dynamically create HTML WEB pages. The form to the right uses the CGI "post" operation to command the DSP to generate simple HTTP response pages based on current TCP/IP status.
View real-time TCP/IP stack statistics
Display IP Address Information
Display Sockets Usage
Display Route Table


The HTTP server also supports the CGI "get" operation. For example, these links are equivalent to the selections on the form above:

Display IP Address Information: inform.cgi?ipinfo
Display Sockets Usage: inform.cgi?sockets
Display Route Table: inform.cgi?route



Here is a second example CGI form. This form demonstrates posting data in both the standard and multi-part formats. It also demonstrates the use of authentication. The username and password required to access the form are: "username" and "password":

Authenticated CGI Form Example