This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

sockets...

Old posts that have not been replied to for several years.
Locked
e
eXcelsior

sockets...

Post by eXcelsior »

Hi, where can i find some docs about sockets, some tcls with examples and stuff like this?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

If you mean the eggdrop socket commands, try tcl-commands.doc. If you mean tcl socket commands, try www.tcl.tk (look in the manual pages as well as the tutorial section)
e
eXcelsior

Post by eXcelsior »

I want my egg to open and listen an port ... accept conections on that port and read information coming trought that port. Do you know where i cand find something to help me create a tcl, maibe an other tcl that does something similar ... 10x for replying anyway
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

eXcelsior wrote:I want my egg to open and listen an port ... accept conections on that port and read information coming trought that port. Do you know where i cand find something to help me create a tcl, maibe an other tcl that does something similar ... 10x for replying anyway
You could have (and should have) used the "search" function on this forum with keywords like "socket AND listen".
Also tcl-commands.doc contains a small example.

Additionally, you can find a small demo example:

http://members.fortunecity.com/eggheadt ... en.tcl.txt
Locked