Hi folks. I want to build a MVC with the Model based on twisted with a custom protocol. At the moment all my attemps terrible failed. So far the client build a valid ssl-connection to the server and send the lines he is supposed to send but don't recognise any incomming lines from the server. So I decided to build the model from scratch again. The controller inits the model-class (implementation of the custom chat-protocol) to be able to call methods of the instance and send messages to the server. So how do I connect the model to he server? In former implementations I were using the Clientfactory but this didn't work very well.
Thanks for your help Christian Scharkus
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
