Added hint on recently added example.

This commit is contained in:
oliverschmidt 2010-02-10 23:53:35 +00:00
parent 116e98175c
commit 3004430715
1 changed files with 16 additions and 0 deletions

View File

@ -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.