Where can I find network code involving TCL and SSL. Not necessarily TCL with HTTPS. xtended@ameritech.net [schlenk] Look at [tls], basically it is just changing socket to tls::socket in the code. Thanks ---- 2004/10/21 GPS Is it possible to create a graphical representation of a mesh network? I'm trying but i cant create lines from different pairs of nodes. e.g. if i have 4 nodes. i can connect 1-2-3-4 but cant connect 1-2 1-4 2-3 . pls advise. thanks. * Barry Skidmore * Yes, actually it is very well defined in 'Tcl and the Tk Toolkit' by Ousterhout. I would provide source code for you, but it is proprietary and my company owns it. I can tell you, I got my reference from page 213, and page 214 example 19-2. Should be easy enough to look up. ----------------