---- [SS] 20Nov2004: Telemaco is a simple chat program I wrote in Tcl/Tk to talk with my brother. It works in a similar way to the unix talk program, that's you see what the other user is typing in real time, when he presses the keys, deletes, and so on. The shared blackboard allows the two users to draw to comunicate in an easy whay what is hard to tell with words (i.e. the shape of something). I think it may be an example of how cool Tcl/Tk is, in just 350 lines of code you have a GUI, the socket stuff and a shared blackboard. It's possible to find a screenshot and the source code here: http://wiki.hping.org/144 [http://wiki.hping.org/uploadedfiles/144/telemaco.jpg] --- '''Link on the old Applications in Tcl and Tcl/Tk page''' http://wiki.hping.org/144 ---- * For other chat and instant messaging applications in Tcl-Tk, see: [Chat and Instant Messaging Applications in Tcl-Tk] * For other categories of applications in Tcl-Tk, see: [Applications in Tcl-Tk, Index] ---- [Category Application] [Category Internet]