lwIP Wiki
Edit Page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[File:Default lwIP server page.jpg|right|thumb|<i>httpserver application default page</i>]]The contrib area of the lwIP source code repository contains several sample applications, one of which is a basic Web server application. There are two versions, <i>httpserver</i> for use with the lwIP sockets API interface, and <i>httpserver_raw</i> for use with no OS (i.e. implemented via the lwIP raw API).
+
{{Welcome}}[[File:Default lwIP server page.jpg|right|thumb|<i>httpserver application default page</i>]]The contrib area of the lwIP source code repository contains several sample applications, one of which is a basic Web server application. There are two versions, <i>httpserver</i> for use with the lwIP sockets API interface, and <i>httpserver_raw</i> for use with no OS (i.e. implemented via the lwIP raw API).
   
 
The application utilizes a dedicated ROMable file system implemented as 'C' source code to provide the page data (html files, jpg images, etc.) served by the lwIP device.
 
The application utilizes a dedicated ROMable file system implemented as 'C' source code to provide the page data (html files, jpg images, etc.) served by the lwIP device.
Please note that all contributions to the lwIP Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)