gtk-rdp Code
Status: Beta
Brought to you by:
jpereiran
GTK RDP Readme =============== gtk-rdp is a RDP viewer widget for GTK. It is built using co-routines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK). The API is still in early stage of development and so until version 0.1 is declared, the API may change. The primary public API is provided by the rdpdisplay.h class and should be reasonably free of API churn. The other header files are internal RDP protocol implementation and will very likely change. For information about the project visit the webpages at: http://gtk-rdp.sourceforge.net/ To contact developers use the project mailing list at: https://lists.sourceforge.net/lists/listinfo/gtk-rdp-devel -- End