FreeRDP/channels/sample/client
2013-05-08 17:48:30 -04:00
..
CMakeLists.txt channels: fix linking of libfreerdp-client and libfreerdp-server 2012-10-19 13:10:42 -04:00
readme.txt channels: moving dynamic virtual channels 2012-09-22 18:08:22 -04:00
sample_main.c freerdp: purge deprecated stream utils 2013-05-08 17:48:30 -04:00
sample_main.h channels: fix linking of libfreerdp-client and libfreerdp-server 2012-10-19 13:10:42 -04:00
server_chan_test.cpp Replace printf(...) by fprintf(stderr, ...) 2013-03-28 23:06:34 +01:00

This is a skeleton virtual channel plugin for freerdp
To create your own virtual channel plugin, copy this directory
then change all references of "skel" to your plugin name
remember, plugin name are 7 chars or less, no spaces or funny chars

server_chan_test.cpp is an example of how to open a channel to the client
this code needs to be compiled and run on the server in an rdp session
when connect with a client that has the "skel" plugin loaded

Jay