refactor examples and client factory

This commit is contained in:
speyrefitte
2014-06-19 17:53:10 +02:00
parent d725d2b0e2
commit 230cf2f7fe
6 changed files with 106 additions and 34 deletions

6
rdpy/display/rle.py Normal file
View File

@@ -0,0 +1,6 @@
'''
@author: citronneur
@file: implement run length encoding algorithm use in RDP protocol to compress bit
@see: http://msdn.microsoft.com/en-us/library/dd240593.aspx
'''