On Wed, Feb 2, 2011 at 2:15 AM, Kurt Spindler wrote:
> I am trying to design a twisted application, (I'm pretty new to twisted and
> networking in general) and I feel like I'm not approaching it quite the
> right way and would appreciate your feedback. First part, is that I am
> trying to couple
On Feb 2, 2011, at 12:15 AM, Kurt Spindler wrote:
Second question is that, in that other bunch of code, I need to be
able to write things to the socket. How can I access the instance of
my protocol subclass that is used by the factory, so I can make
protocolInstance.transport.write type c
On 2 February 2011 07:15, Kurt Spindler wrote:
> Hey,
> I am trying to design a twisted application, (I'm pretty new to twisted and
> networking in general) and I feel like I'm not approaching it quite the
> right way and would appreciate your feedback. First part, is that I am
> trying to couple