On Tue, Mar 31, 2009 at 5:03 PM, João <[email protected]> wrote: > I agree that Twisted isn't the best option here. Dependency for itself > is a reason big enough to give up on it. > > I can figure two options. The first one would be using nmap's nse > scripts. The second one is crafting a python script, using python's > sockets, to deal with it. Perhaps we can use some functionalities > provided by UMPA.
I'm not sure if i missed something but...to be honest, UMPA background is blockable at the moment. I mean, there is the extenstion called '"schedule" and by loading it you can delay packets or set intervals etc. But it's quite primitive and it blocks whole process. What I'm gonna to do is to make in asynchronous or threaded. But I'm more in asynchornous way because UMPA is a library and personally I would preffer to make it asynchronous. Also, I'm wondering about Twisted extenstion. But, I'm sure that I'm not gonna to do this as a default way to get scheduling. This would be just an option to get simple interaction in whole twisted framework and so on. But to avoid dependencies it would just another optional extension called 'twisted' or something. And, also I'm against using Twisted as a Umit background. It's too heavy and we will not get benefits from this dependence. cheers! ------------------------------------------------------------------------------ _______________________________________________ Umit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/umit-devel
