Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TR-069 Honeyclient

A TR-069 Honeyclient implementation writte in pure Python 3.

Installation

pip3 install .[pretty]

Interactive Usage

tr069-client http://acs.example.com/

Usage instructions can be found in the examples directory.

Programmatic Usage

import tr069
help(tr069)