You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by Robin James <ro...@gmail.com> on 2017/02/13 18:05:12 UTC

Any Help appreciated

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

Re: Any Help appreciated

Posted by Mike Jumper <mi...@guac-dev.org>.
Apache Guacamole is a free and open source project. I'm not sure exactly
what you're aiming at, but there is nothing to purchase, and that's not
something this project does.

Your original email did receive a response:

https://lists.apache.org/thread.html/745c60234f20c4afface21edd88201a53387fbcce186947b83209795@%3Cdev.guacamole.apache.org%3E

Perhaps you are not subscribed? Your latest email hit the moderation queue.

- Mike


On Mar 31, 2017 09:33, "Robin James" <ro...@gmail.com> wrote:

> Hi Mike and other respected members,
>
>    I hope you remember me, as I mentioned in an earlier email, our company
> is trying to add X11 protocol support to guacamole ( Like existing VNC, or
> RDP etc ).
>    We are facing a lot of hurdles and still I am around creating a proper
> plugin ( in C language ) file inorder to add the x11 as a new protocol to
> guacamole.
>
>    My organisation is willing to buy/purchase the guacaomole package with
> x11 support from you, if it is possible. If possible, kindly reply to me so
> that we can get into the next level of process by including my higher
> managers for the purchase of it. I hope my request will be considered and
> it will be a great help for our future development.
>
>   Could you please reply back, hoping a positive response.
>
> Regards,
> Robin
>

Re: Any Help appreciated

Posted by Robin James <ro...@gmail.com>.
Hi Mike and other respected members,

   I hope you remember me, as I mentioned in an earlier email, our company
is trying to add X11 protocol support to guacamole ( Like existing VNC, or
RDP etc ).
   We are facing a lot of hurdles and still I am around creating a proper
plugin ( in C language ) file inorder to add the x11 as a new protocol to
guacamole.

   My organisation is willing to buy/purchase the guacaomole package with
x11 support from you, if it is possible. If possible, kindly reply to me so
that we can get into the next level of process by including my higher
managers for the purchase of it. I hope my request will be considered and
it will be a great help for our future development.

  Could you please reply back, hoping a positive response.

Regards,
Robin

Re: Any Help appreciated

Posted by Mike Jumper <mi...@guac-dev.org>.
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 <ro...@gmail.com> 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
>