Skip to content

Instantly share code, notes, and snippets.

@sgtpepperpt
sgtpepperpt / gsoc2019-report.md
Last active August 28, 2019 19:50
GSoC 2019 Report
# Based on https://github.com/fjogstad/twisted-telnet-client
import re
import time
from twisted.conch.telnet import TelnetTransport, StatefulTelnetProtocol
from twisted.internet import defer, reactor
from twisted.internet.endpoints import TCP4ClientEndpoint
from twisted.internet.protocol import ClientFactory
from twisted.python import log