blob: c6245baa350cd27ffdea8c379cbe9c6d450209d7 [file] [log] [blame]
adamdunkelsdc0bc682004-09-10 09:39:06 +00001The contiki/ctk/ directory contains the source code for CTK, the
2Contiki ToolKit, that provides the Contiki graphical user interface.
3
4ctk-conio*.[ch]
5
6 A CTK driver that provides a text-mode version of the CTK GUI for a
7 locally connected display.
8
9ctk-draw*.[ch]
10
11 The interface that all CTK drivers use to communicate with CTK.
12
13ctk-mouse.[ch]
14
15 The CTK mouse pointer interface.
16
17ctk-term*.[ch]
18
19 A CTK driver that provides a text-mode version of the CTK GUI for a
20 remotely connected display over a serial line or via Telnet.
21
22ctk-vnc*[ch], vnc*.[ch]
23
24 A CTK driver that provides a graphical version of the CTK GUI for a
25 remotely connected display over an IP network using the VNC
26 protocol.
27
28ctk.[ch]
29
30 CTK implementation.