2011-03-20 19:18:19 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NuttX examples/thttpd</title>
|
2014-04-14 00:24:28 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
2011-03-20 19:18:19 +01:00
|
|
|
</head>
|
|
|
|
<body bgcolor="#fffeec" text="black">
|
|
|
|
|
|
|
|
<div class="menu">
|
|
|
|
<div class="menubox"><a href="index.html">Front page</a></div>
|
|
|
|
<div class="menubox"><a href="cgi-bin/hello">Say Hello</a></div>
|
|
|
|
<div class="menubox"><a href="cgi-bin/tasks">Tasks</a></div>
|
|
|
|
<div class="menubox"><a href="cgi-bin/netstat">Network status</a></div>
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="contentblock">
|
|
|
|
<p>
|
|
|
|
These web pages are served by a port of <a href="http://acme.com/software/thttpd/">THTTPD</a>
|
|
|
|
running on top of <a href="http://www.nuttx.org">NuttX</a>.
|
2015-06-07 15:28:09 +02:00
|
|
|
NuttX includes an embedded TCP/IP state that derives from the <a href="http://www.sics.se/~adam/uip/">uIP</a>.
|
2011-03-20 19:18:19 +01:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Click on the links above to exercise THTTPD's CGI capability under NuttX.
|
2015-06-07 15:28:09 +02:00
|
|
|
Depending on the configuration, clicking the links will execute the CGI program from either:
|
2011-03-20 19:18:19 +01:00
|
|
|
</p>
|
2015-06-07 15:28:09 +02:00
|
|
|
<ol>
|
2015-06-27 02:13:20 +02:00
|
|
|
<li>An <a href="https://bitbucket.org/patacongo/nuttx/src/master/nuttx/Documentation/NuttXNxFlat.html">NXFLAT</a> program residing
|
2015-06-07 15:28:09 +02:00
|
|
|
in a NuttX ROMFS file system, or</li>
|
|
|
|
<li>A built-in application managed by a NuttX BINFS file system.</li>
|
|
|
|
</ol>
|
2011-03-20 19:18:19 +01:00
|
|
|
</body>
|
|
|
|
</html>
|