Skip to content

federicoemartinez/python-docsis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

python-docsis

a library to compile human readable docsis to binary

You need to have libdocsis built: https://github.com/federicoemartinez/libdocsis

Usage:

  • Get the shared library libdocsis.
from docsis import docsis 

docsis.load_libdocsis()
content = DOCSIS_TEXT_CONTENT
ret = encode_content(content, KEY_TO_USE, encode_docsis=True, hash= 1) # hash can be 0,1,2 for no hash, eu,na

About

a library to compile human readable docsis to binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages