mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Added hint on recently added example.
This commit is contained in:
parent
116e98175c
commit
3004430715
@ -175,3 +175,19 @@ webserver/
|
|||||||
|
|
||||||
Please consult cpu/native/net/README-WPCAP as well if you are running
|
Please consult cpu/native/net/README-WPCAP as well if you are running
|
||||||
Microsoft Windows.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user