From 601f5a6d2f66e0f94aa108467ab756787add9be1 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 15 Dec 2007 22:36:50 +0000 Subject: [PATCH] Introduced web browser as new example using ctk fullscreen mode. --- README-EXAMPLES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README-EXAMPLES b/README-EXAMPLES index de97f7e7f..83039b1a8 100644 --- a/README-EXAMPLES +++ b/README-EXAMPLES @@ -115,6 +115,20 @@ telnet-server/ Please consult cpu/native/net/README-WPCAP as well if you are running Microsoft Windows. +webbrowser/ + + A text mode web browser supporting links and forms. It can be compiled + and run in the 'win32' target by typing the following commands: + + cd examples/webbrowser + make + ./webbrowser.win32 + + Most likely you'll have to adjust the TCP/IP values set in main() in + platform/win32/contiki-main.c to match your needs. + + Please consult cpu/native/net/README-WPCAP as well. + webserver/ A web server supporting dynamic content creation using "scripts" which