Remote Terminal
remote_terminal.enabled
Abbreviation
re e
Access
get/set
Description
Enable/disable remote terminal at bootup.
Arguments
1|true|on/0|false|off
where
-
0
orfalse
oroff
: disabled -
1
ortrue
oron
: enabled
Default
0
Platforms
- WGM160P
Properties
- network_restart to apply change
Gecko OS Plugin
Get example
> get re e
R000003
0
Set example
> set re e true
R000008
Set OK
remote_terminal.interface
Abbreviation
re i
Access
get/set
Description
Network interface the remote terminal will listen on.
If set to
default
, uses the interface specified in
network.default_interface
.
Arguments
<wlan/softap/default>
Default
default
Platforms
- WGM160P
Properties
- network_restart to apply change
Gecko OS Plugin
Get example
> get re i
R000009
default
Set example
> set re i wlan
R000008
Set OK
remote_terminal.password
Abbreviation
re w
Access
get/set
Description
Client login password for the remote terminal.
Note : The terminal emulator must be configured for passive password negotiation.
Arguments
<password>
Default
Platforms
- WGM160P
Properties
- takes effect immediately
Gecko OS Plugin
Get example
> get re w
R000000
Set example
> set re w mypassword
R000008
Set OK
remote_terminal.port
Abbreviation
re p
Access
get/set
Description
The remote terminal listens on this port.
Arguments
<port>
Default
2000
Platforms
- WGM160P
Properties
- network_restart to apply change
Gecko OS Plugin
Get example
> get re p
R000006
2000
Set example
> set re p 55000
R000008
Set OK
remote_terminal.timeout
Abbreviation
re t
Access
get/set
Description
Remote terminal client idle timeout in seconds.
Arguments
<# seconds>
Default
60
Platforms
- WGM160P
Properties
- takes effect immediately
Gecko OS Plugin
Get example
> get re t
R000004
60
Set example
> set re t 120
R000008
Set OK