From 30044307158a6856df3ba67f28436505901f20ea Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 10 Feb 2010 23:53:35 +0000 Subject: [PATCH] Added hint on recently added example. --- README-EXAMPLES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README-EXAMPLES b/README-EXAMPLES index 3068fcd96..783b8a505 100644 --- a/README-EXAMPLES +++ b/README-EXAMPLES @@ -175,3 +175,19 @@ webserver/ Please consult cpu/native/net/README-WPCAP as well if you are running Microsoft Windows. + +wget/ + + A command line program that retrieves files from web servers and saves + them using the 'Contiki File System' (CFS). It can be compiled and run + in the 'minimal-net' target by typing the following commands: + + cd examples/wget + make + ./wget.minimal-net + + Most likely you'll have to adjust the TCP/IP values set in main() in + platform/minimal-net/contiki-main.c to match your needs. + + Please consult cpu/native/net/README-WPCAP as well if you are running + Microsoft Windows.