X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Fnet-common-sample-code.html;fp=doc%2Fhtml%2Fref%2Fnet-common-sample-code.html;h=0698d9e8e2ee585e36ebde968a18cceae3b76f43;hp=0000000000000000000000000000000000000000;hb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722;hpb=47412fc4bd1aefc0d5498bcb3860a9d727196f16 diff --git a/doc/html/ref/net-common-sample-code.html b/doc/html/ref/net-common-sample-code.html new file mode 100644 index 00000000..0698d9e8 --- /dev/null +++ b/doc/html/ref/net-common-sample-code.html @@ -0,0 +1,177 @@ + + + + + + + + +Sample Code +
eCos Reference Manual
PrevNext

Chapter 34. Sample Code

Many examples using the networking support are provided. +These are arranged as eCos test programs, primarily for use in verifying +the package, but they can also serve as useful frameworks for program +design. We have taken a +KISS +approach to building programs which +use the network. A single include file +<network.h> is +all that is required to access the stack. A complete, annotated +test program can be found at +net/common/VERSION/tests/ftp_test.c, +with its associated files.


PrevHomeNext
Ethernet Driver DesignUpConfiguring IP Addresses
\ No newline at end of file