blob: 167bd5e5806329fd2ba4cd3fb7832c367f84ce1c [file] [log] [blame]
adamdunkelsdc0bc682004-09-10 09:39:06 +00001The contiki/apps/ directory contains source code for a number of
2Contiki application programs.
3
4about*.[ch]
5
6 A program showing an "About Contiki" dialog box.
7
8calc*.[ch]
9
adamdunkelsb3865302004-09-18 21:01:46 +000010 A simple desktop calculator.
11
12dhcp.[ch]
13
14 A simple frontend for the DHCP client.
adamdunkelsdc0bc682004-09-10 09:39:06 +000015
16email*.[ch], smtp*.[ch], pop*.[ch]
17
18 An email program with network protocols SMTP and POP3.
19
20ftp*.[ch], ftpc*.[ch]
21
22 An FTP client.
23
24htmlparser.[ch], http-*[ch], webclient.[ch], www.[ch]
25
26 A simple web browser with an HTML parser and an HTTP client
27 implementation.
28
29httpd*.[ch], webserver.[ch]
30
31 A simple web server (HTTP server implementation).
32
33irc*.[ch], ircc*.[ch]
34
35 An IRC client.
36
37netconf*.[ch]
38
39 A program for changing network settings.
40
41processes*.[ch]
42
43 A program that shows currently running processes.
44
45shell*.[ch]
46
47 A command shell
48
49telnet*.[ch]
50
51 A simple telnet-like program
52
53telnetd*.[ch]
54
55 A telnet server.
56
57vnc*.[ch]
58
59 A VNC client.
60
61makestrings
62
63 Creates .c and .h files from the -strings files.
64
65httpd-fs/
66
67 Directory containing static files for the web server.
68
69makefsdata
70
71 Creates the httpd-fsdata.c file from the httpd-fs/ directory
72
73