finish rle module build

This commit is contained in:
citronneur
2014-06-29 18:57:40 +02:00
parent 540f8e0ab9
commit 9af4280a68
16 changed files with 73 additions and 27 deletions

View File

@@ -6,16 +6,39 @@ Remote Desktop Protocol in Twisted Python
* python2.7
* python-twisted
* python-openssl
## Requirements for examples
* python-qt4
* python-qt4reactor
## Requirements libs
* python-sip-dev
* scons
```
$ git clone https://github.com/citronneur/rdpy.git rdpy
$ scons -C rdpy/lib install
```
## Binaries
RDP Client
```
$ rdpy/bin/rdpy-rdpclient XXX.XXX.XXX.XXX 3389
```
VNC Client
```
$ rdpy/bin/rdpy-vncclient XXX.XXX.XXX.XXX 5901
```
RDP Proxy
```
$ rdpy/bin/rdpy-vncclient XXX.XXX.XXX.XXX 5901
```
##Must be implemented before first release
* CreedSSP
* Packet redirection
* License
* Most common orders
* FastPath messages
* Des VNC (using pyDes)
this project is still in progress.