Hi Robin, I've been working on this (or at least the equivalent of this) via a Guacamole driver for X.Org:
https://issues.apache.org/jira/browse/GUACAMOLE-168 Perhaps you could pitch in there? It sounds like what you plan is similar in principle to what we're already working on, and the driver could definitely use more eyes and testing. The code is currently spread across the "xf86-video-guac" branches of my forks on GitHub, though a good portion of the core improvements required have been merged to master already: https://github.com/mike-jumper/incubator-guacamole-client/tree/xf86-video-guac https://github.com/mike-jumper/incubator-guacamole-server/tree/xf86-video-guac Beware also that your email hit the moderation queue. I manually allowed the email through, but you'll need to subscribe to the dev list to prevent this from occurring going forward. Thanks, - Mike On Mon, Feb 13, 2017 at 10:05 AM, Robin James <[email protected]> wrote: > Hi, > > My name is Robin James. I'm trying to extend the libguac to add a plugin > for X11 which is a reverse protocol. Is there any place or sample code > which I can refer to understand how liguac can be extended to wrap the > server part of X11 rather than client. Since X11 is a reverse protocol, I > must need to add the server related calls in the libguac client file. > Kindly advice. > > Regards, > Robin >
