Re: [Twisted-Python] Adding support for Diameter protocol

2015-04-14 Thread Hamza Sheikh
On 4/13/15, 10:57 PM, Daniel Sank wrote: I learned how to write asynchronous code more "recently" than a lot of the core devs and I'd be happy to guide you. As glyph says, the best way is to simply ask questions as you have them. Thanks. I'm sure there will be a lot of questions. Of course,

Re: [Twisted-Python] Adding support for Diameter protocol

2015-04-14 Thread Hamza Sheikh
On 4/13/15, 10:42 PM, Glyph wrote: What is Diameter? Diameter is part of the Authentication, Authorization, and Accounting (AAA) family. It's a successor to RADIUS and is widely used in the telecommunications/mobile industry. I don't mean to discourage anyone from volunteering - if you ge

Re: [Twisted-Python] Adding support for Diameter protocol

2015-04-14 Thread Phil Mayers
On 14/04/15 06:42, Glyph wrote: On Apr 14, 2015, at 00:22, Hamza Sheikh mailto:fehr...@codeghar.com>> wrote: I am new to Twisted and its community Welcome, we are happy to have you! and exploring adding Diameter support. What is Diameter? It's a bit like RADIUS-over-TCP but with knob

Re: [Twisted-Python] Adding support for Diameter protocol

2015-04-13 Thread Daniel Sank
Hey Hamza, I learned how to write asynchronous code more "recently" than a lot of the core devs and I'd be happy to guide you. As glyph says, the best way is to simply ask questions as you have them. Of course, a good tutorial is invaluable. Without any doubt the best starting point is David Peti

Re: [Twisted-Python] Adding support for Diameter protocol

2015-04-13 Thread Glyph
> On Apr 14, 2015, at 00:22, Hamza Sheikh wrote: > > I am new to Twisted and its community Welcome, we are happy to have you! > and exploring adding Diameter support. What is Diameter? > I have experience with Python but as I learn more I realize how little I > know. This is my first foray