forked from Archive/PX4-Autopilot
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
|
<!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>
|
||
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||
|
</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>.
|
||
|
NuttX includes a port of the <a href="http://www.sics.se/~adam/uip/">uIP</a> embedded TCP/IP stack.
|
||
|
</p>
|
||
|
<p>
|
||
|
Click on the links above to exercise THTTPD's CGI capability under NuttX.
|
||
|
Clicking the links will execute the CGI program from an
|
||
|
<a href="http://nuttx.sourceforge.net/NuttXNxFlat.html">NXFLAT</a> program residing
|
||
|
in a ROMFS file system.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|