X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_tcp_server%2F.spec;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_tcp_server%2F.spec;h=300ee40c4997e23f534134f6e9dbe32016485792;hb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;hp=0000000000000000000000000000000000000000;hpb=aea9d17572b7fa5f8e05aae6639a3deff4f79aaf;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/.spec b/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/.spec new file mode 100644 index 00000000..300ee40c --- /dev/null +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/.spec @@ -0,0 +1,21 @@ +name = 'TCP/IP echo 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 application then starts a TCP server listening on port 80. The server acts +as a TCP echo service, sending back to the clients all the submitted requests. +

+

+On the debugging console are reported the measured total requests and total +requests per second (reqs/s) served by the TCP service, together with the stack +usage of each process. +

+"""