X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_http_server%2F.spec;h=107c2d2239d5fb4fc904055ac6efc37ef2202fd4;hb=e5f4284c502b756ef19ebc02da0359418aae0379;hp=2f9945080c8019c9f6010714e5e96b72382c9f05;hpb=27f2847bef705b09dbe026ffce96123b51593077;p=bertos.git diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/.spec b/boards/sam3x-ek/examples/sam3x-ek_http_server/.spec index 2f994508..107c2d22 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_http_server/.spec +++ b/boards/sam3x-ek/examples/sam3x-ek_http_server/.spec @@ -1 +1,22 @@ -name = 'sam3x-ek_http_server preset' \ No newline at end of file +name = 'Simple HTTP server' +description=""" +

Overview

+

+This example application demonstrates the usage of the lwIP TCP/IP stack with +BeRTOS. +<\p> +

+The DHCP protocol is used to obtain an IP address from an external DHCP server +connected via ethernet. +<\p> +

+The server reply to the client request sending the page that match the file stored on SD +Card. If the SD or file is not preset, the server reply with header 404 FILE NOT found, +and send harcoded html page that report the occured error. +

+

+The BeRTOS simple HTTP server can reply the internal status or other things that the user wants, like: temperature, +local ip, etc, to do this the client can load special pages that match an harcoded callbacks, where it return to client +sending JSON string. +

+"""