I\'m using Twisted to implement a server, of sorts. When I test it, the first line it receives is always strange:
Starting Server... New connection from 19
It was indeed a telnet protocol I was missing. Connecting as Raw instead Telnet solved the problem.