You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Hello Let's Cook <he...@letscook.app> on 2021/10/14 19:57:39 UTC

SVC - Windows

    hello,

i would like to use named pipes in the rdp session.

i see in guacd logs

 

but in windows 10 i don't see them, need to send some extra data from
js frontend to my app in windows.



Re: SVC - Windows

Posted by Hello Let's Cook <he...@letscook.app>.
    

Ohh i see, now it is clear.

thank you


Am Freitag, den 15.10.2021 um 00:02 schrieb Mike Jumper:


On Thu, Oct 14, 2021 at 12:57 PM Hello Let's Cook  wrote:



 hello,

i would like to use named pipes in the rdp session.

i see in guacd logs

 

but in windows 10 i don't see them, need to send some extra data from
js frontend to my app in windows.






The named pipe aspect of each SVC is only how they are exposed on the
Guacamole side within the JavaScript API and within the Guacamole
protocol. The Windows RDP server does not expose SVCs as named pipes
within the RDP session, but through a C API.


There is an example of how this works in the guacamole-server source,
along with an explanatory README:


https://github.com/apache/guacamole-server/tree/master/src/protocols/rdp/doc/svc-example


Michael Jumper

CEO, Lead Developer
Glyptodon Inc [1].















Links:
------
[1] https://glyp.to/


Re: SVC - Windows

Posted by Mike Jumper <mi...@glyptodon.com>.
On Thu, Oct 14, 2021 at 12:57 PM Hello Let's Cook <he...@letscook.app>
wrote:

> hello,
>
> i would like to use named pipes in the rdp session.
>
> i see in guacd logs
>
>
>
> but in windows 10 i don't see them, need to send some extra data from js
> frontend to my app in windows.
>
>
The named pipe aspect of each SVC is only how they are exposed on the
Guacamole side within the JavaScript API and within the Guacamole protocol.
The Windows RDP server does not expose SVCs as named pipes within the RDP
session, but through a C API.

There is an example of how this works in the guacamole-server source, along
with an explanatory README:

https://github.com/apache/guacamole-server/tree/master/src/protocols/rdp/doc/svc-example

Michael Jumper
CEO, Lead Developer
Glyptodon Inc <https://glyp.to/>.