is there a script that or lib that allows u to create a udp socket and make that socket connect somewhere something that works ive seen scotty but thats like a whole new tcl langue .. ive seen tcludp extention but it just won't compile and the precompiled one is just won't connect it only allows to create a listening socket .. or its just me .. http://sourceforge.net/projects/tcludp/ or is there someone who can give me an example of this on how this works ?? i know a crappy way by using netcat but .. i wana use this as a last resort ..
hmm i got an idea now how it works but it is tricky so .. i got to play with it some more before i understand it entirely problem is that u need to create a udp socket then create a link between te target and u .. thats my first mestake i tought it was simular to tcp socket so .. but ill get it maybe this helps u a bit read rfc on udp if i find out ill post a sample