Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels

2012-07-25 Thread Jay Sorg
> Thomas and I actually created the server end and seen an issue where > the plugin was not sending the data back. I pushed a change so it > should work now. I think we should push the server side example too. OK, server example code pushed, see readme.txt in skel dir. Jay

Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels

2012-07-25 Thread Jay Sorg
> @Jay, The skeleton plugin is great! Thanks for sharing the info. Thomas and I actually created the server end and seen an issue where the plugin was not sending the data back. I pushed a change so it should work now. I think we should push the server side example too. Jay ---

Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels

2012-07-25 Thread salil kanitkar
reerdp. > > --- On *Mon, 7/23/12, Jay Sorg * wrote: > > > From: Jay Sorg > Subject: Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels > To: "salil kanitkar" > Cc: freerdp-devel@lists.sourceforge.net > Date: Monday, July 23, 2012, 5:00 PM > > >

Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels

2012-07-23 Thread Huihong Luo
yes, on windows, I have plugins that works without recompilation. i.e., plugin binary works for windows rdp server just work for freerdp. --- On Mon, 7/23/12, Jay Sorg wrote: From: Jay Sorg Subject: Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels To: "salil kanitkar" C

Re: [Freerdp-devel] A ping app over FreeRDP Virtual Channels

2012-07-23 Thread Jay Sorg
FreeRDP uses the same API as does MSTSC. It's just an so instead of DLL. I pushed a sample plugin called "skel" a few weeks ago that demos how to create a simple channel plugin. I does exactly what you said, it sends the same data back. Take a look at channels/skel/ Jay > I am a Master's studen

[Freerdp-devel] A ping app over FreeRDP Virtual Channels

2012-07-23 Thread salil kanitkar
Hi, I am a Master's student and I am new to FreeRDP. I just installed, compiled FreeRDP and am able to RDP to a Win7 Enterprise edition machine from a Ubuntu machine. I have a simple ping-like app written using WTSVirtualChannel API that works fine over Win7-Win7 RDP. I wish to make it work over