a00143.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>uIP 1.0: Applications</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.4.6 -->
  8. <div class="tabs">
  9. <ul>
  10. <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
  11. <li><a href="modules.html"><span>Modules</span></a></li>
  12. <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
  13. <li><a href="files.html"><span>Files</span></a></li>
  14. <li><a href="examples.html"><span>Examples</span></a></li>
  15. </ul></div>
  16. <h1>Applications</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
  17. The uIP distribution contains a number of example applications that can be either used directory or studied when learning to develop applications for uIP.
  18. <p>
  19. <p>
  20. <table border="0" cellpadding="0" cellspacing="0">
  21. <tr><td></td></tr>
  22. <tr><td colspan="2"><br><h2>Modules</h2></td></tr>
  23. <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00160.html">DNS resolver</a></td></tr>
  24. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The uIP DNS resolver functions are used to lookup a hostname and map it to a numerical IP address. <br></td></tr>
  25. <p>
  26. <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00161.html">SMTP E-mail sender</a></td></tr>
  27. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The Simple Mail Transfer Protocol (SMTP) as defined by RFC821 is the standard way of sending and transfering e-mail on the Internet. <br></td></tr>
  28. <p>
  29. <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html">Hello, world</a></td></tr>
  30. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A small example showing how to write applications with <a class="el" href="a00158.html">protosockets</a>. <br></td></tr>
  31. <p>
  32. <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00163.html">Web client</a></td></tr>
  33. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This example shows a HTTP client that is able to download web pages and files from web servers. <br></td></tr>
  34. <p>
  35. <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00164.html">Web server</a></td></tr>
  36. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The uIP web server is a very simplistic implementation of an HTTP server. <br></td></tr>
  37. <p>
  38. </table>
  39. <hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:02 2006 for uIP 1.0 by&nbsp;
  40. <a href="http://www.doxygen.org/index.html">
  41. <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
  42. </body>
  43. </html>