Changes between Version 9 and Version 10 of Docs/825gen2/Dev/Networking/RemoteControl
- Timestamp:
- 02/22/24 14:14:56 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/RemoteControl
v9 v10 4 4 There is a "Remote Control" option in "Setup" "Setup Network Services". Set to "Yes" (On) to enable remote control. 5 5 6 7 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". 8 9 From Linux running Wayland: 10 {{{ 11 wlfreerdp /v:<ipaddress_or_hostname> 12 }}} 13 14 From Linux running X11: 15 {{{ 16 xfreerdp /v:<ipaddress_or_hostname> /u:weston 17 }}} 18 19 == Technical Information == 6 20 1. To enable remote control from the terminal: 7 21 {{{ … … 28 42 }}} 29 43 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:weston40 }}}