wiki:Docs/825gen2/Dev/Networking/RemoteControl

Version 3 (modified by Don Wilson, 9 months ago) ( diff )

--

Remote Control

The 825gen2 uses the Wayland graphics library. There is support for remote control available.

There is a "Remote Control" option in "Setup" "Setup Network Services". Set to "Yes" (On) to enable remote control.

To enable remote control from the terminal:

mkdir -p /etc/freerdp/keys/
winpr-makecert -rdp -path /etc/freerdp/keys/

Rename the generated keys to server.crt and server.key

Edit the /etc/xdg/weston/weston.ini file and change the [screen-share] section to be like the following

[screen-share]
command=/usr/bin/weston --backend=rdp-backend.so --rdp-tls-cert=/etc/freerdp/keys/server.crt --rdp-tls-key=/etc/freerdp/keys/server.key --shell=fullscreen-shell.so --no-clients-resize
start-on-startup=true

Modify the Weston systemd service

ExecStart=/usr/bin/weston --modules=systemd-notify.so,screen-share.so

Remote connection may be achieved from Windows using remote desktop.

From Linux running Wayland:

wlfreerdp /v:<ip>

From Linux running X11:

xfreerdp /v:<ip> /u:weston

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.