blob: 986a75311e30a0bd8adf851a1818e96da45f9c58 [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
10 A simple desktop calculator
11
12email*.[ch], smtp*.[ch], pop*.[ch]
13
14 An email program with network protocols SMTP and POP3.
15
16ftp*.[ch], ftpc*.[ch]
17
18 An FTP client.
19
20htmlparser.[ch], http-*[ch], webclient.[ch], www.[ch]
21
22 A simple web browser with an HTML parser and an HTTP client
23 implementation.
24
25httpd*.[ch], webserver.[ch]
26
27 A simple web server (HTTP server implementation).
28
29irc*.[ch], ircc*.[ch]
30
31 An IRC client.
32
33netconf*.[ch]
34
35 A program for changing network settings.
36
37processes*.[ch]
38
39 A program that shows currently running processes.
40
41shell*.[ch]
42
43 A command shell
44
45telnet*.[ch]
46
47 A simple telnet-like program
48
49telnetd*.[ch]
50
51 A telnet server.
52
53vnc*.[ch]
54
55 A VNC client.
56
57makestrings
58
59 Creates .c and .h files from the -strings files.
60
61httpd-fs/
62
63 Directory containing static files for the web server.
64
65makefsdata
66
67 Creates the httpd-fsdata.c file from the httpd-fs/ directory
68
69