Changes between Version 9 and Version 10 of Docs/825gen2/Dev/Networking/RemoteControl


Ignore:
Timestamp:
02/22/24 14:14:56 (9 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/RemoteControl

    v9 v10  
    44There is a "Remote Control" option in "Setup" "Setup Network Services". Set to "Yes" (On) to enable remote control.
    55
     6
     7Remote connection may be achieved from Windows using remote desktop. Connect using the IP address of the 825, or for many network environments the 825's hostname may be used instead of the IP address. The hostname can be set after power up of indicator: "Legal metrology information / Setup", "Setup menu", "Communication", "Network", "Hostname".
     8
     9From Linux running Wayland:
     10{{{
     11wlfreerdp /v:<ipaddress_or_hostname>
     12}}}
     13
     14From Linux running X11:
     15{{{
     16xfreerdp /v:<ipaddress_or_hostname> /u:weston
     17}}}
     18
     19== Technical Information ==
    6201. To enable remote control from the terminal:
    721{{{
     
    2842}}}
    2943
    30 Remote connection may be achieved from Windows using remote desktop. Connect using the IP address of the 825, or for many network environments the 825's hostname may be used instead of the IP address. The hostname can be set after power up of indicator: "Legal metrology information / Setup", "Setup menu", "Communication", "Network", "Hostname".
    31 
    32 From Linux running Wayland:
    33 {{{
    34 wlfreerdp /v:<ipaddress_or_hostname>
    35 }}}
    36 
    37 From Linux running X11:
    38 {{{
    39 xfreerdp /v:<ipaddress_or_hostname> /u:weston
    40 }}}