---- [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] ---- '''Old description on the Applications in Tcl and Tcl/Tk page''' Talk-alike chat program in Tk (you see every keystroke while the remote user types), with shared blackboard. http://wiki.hping.org/144 ---- '''''See Also''''' * [Applications in Tcl and Tcl/Tk -#Index-] for a complete list of Applications in Tcl and Tcl/Tk classified by category. * [Applications in Tcl and Tcl/Tk -#Index-] (bottom of page) for other sources of applications. ---- [Category Application] [Category Internet]