Telemaco

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

https://web.archive.org/web/20151016172630/wiki.hping.org/uploadedfiles/144/telemaco.jpg


[ Category Application | Category Internet | Category Chat ]