FreeRDP/channels/skel
2012-07-25 19:33:43 -07:00
..
CMakeLists.txt channels: added a sample virtual channel plugin 2012-06-22 16:41:53 -07:00
readme.txt channels: added sample server code for skel 2012-07-25 19:33:43 -07:00
server_chan_test.cpp channels: added sample server code for skel 2012-07-25 19:33:43 -07:00
skel_main.c channels: fix minor bug in skel plugin, added comments 2012-07-25 17:41:58 -07:00
skel_main.h channels: added a sample virtual channel plugin 2012-06-22 16:41:53 -07: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