Skip to content

Instantly share code, notes, and snippets.

View NassimBentarka's full-sized avatar
💭
𝐅𝐫𝐞𝐞𝐝𝐨𝐦 ❤️

Nassim Bentarka NassimBentarka

💭
𝐅𝐫𝐞𝐞𝐝𝐨𝐦 ❤️
View GitHub Profile
@mdavey
mdavey / tp-w8961n-status.py
Created November 16, 2015 00:54
Example code for talking to a TP-Link TD-W8961N modem/router
import telnetlib
import re
import time
class TPW8961N(object):
def __init__(self, host):
self.host = host