<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">ClientCreator.connectTCP returns a Deferred that fires with a Protocol<br>
instance (in this case, a SimpleTransport instance), which you are then<br>
comparing with a string in got_data(). This fails, as one would expect.<br>
<div><div class="h5"><br>
</div></div></blockquote></div>So then how do i get the protocol to run? and how do i get the data received by the protocol? Do I need to create my own deferred that is fired when the result is retrieved or  is their already such a deferred which I can callback?<br>