Re: [Twisted-Python] TCP and ICMP

2014-05-11 Thread Tom van Neerijnen
You might find something to use in http://twistedmatrix.com/documents/current/api/twisted.pair.html, or at least an idea of how to implement it from one of the existing components. On Sat, May 10, 2014 at 3:29 PM, Jay Shah wrote: > Hiee All, > > I have very simple question. I have already imple

Re: [Twisted-Python] TCP and ICMP

2014-05-11 Thread David Stainton
Hi Jay Shah, I started (but never finished) to implement a tcp traceroute (with interesting features) for OONI (Open Observatory of Network Interference... a Tor Project project) probe. You might use parts of the ooniprobe api to capture your packets... It's written using Twisted and I'm fairly ce

Re: [Twisted-Python] Distributing apilinks.py

2014-05-11 Thread Adi Roiban
On 6 May 2014 11:15, Tom Prince wrote: > Glyph writes: > >> This would be very nice. Did you file an actual bug on pydoctor or is this >> a conversation which will be momentarily forgotten? :) > > Not exactly, but > https://bugs.launchpad.net/pydoctor/+bug/1246713 I tried to push this ticket f

Re: [Twisted-Python] TCP and ICMP

2014-05-11 Thread Itamar Turner-Trauring
On 05/11/2014 05:01 AM, Tom van Neerijnen wrote: You might find something to use in http://twistedmatrix.com/documents/current/api/twisted.pair.html, or at least an idea of how to implement it from one of the existing components. I believe the version of twisted.pair in 14.0 (or release candi