Changes

1,262 bytes added ,  09:07, 30 July 2018
no edit summary
Line 13: Line 13:  
==gsmctl options==
 
==gsmctl options==
   −
''gsmctl'' commands are used in tandem with various options that specify what type of action should be executed. This section overviews all of the available ''gsmctl'' options.  
+
''gsmctl'' commands are used in tandem with various options that specify what type of action should be executed. This section overviews all of the available ''gsmctl'' options.
 +
 
 +
Each option can be executed in two distinct ways. One is shorter, the other is longer and more descriptive. For example, to obtain the modem's IMEI you can either use:
 +
 
 +
shorter version: '''''gsmctl -i'''''
 +
 
 +
longer version: '''''gsmctl --imei'''''
    
===Get IP address of logical interface===
 
===Get IP address of logical interface===
 +
----
 +
To obtain the IP address of a network interface, use '''''-p''''' or '''''--ip''''' options.
 +
 +
'''Usage''':
 +
 +
<span style="color:blue;">-p</span>, <span style="color:blue;">--ip</span> <span style="color:purple;"><INTERFACE></span>
 +
 +
Where ''<INTERFACE>'' is the name of a network interface.
 +
 +
'''Example''': obtaining the IP address of the mobile connection interface:
 +
 +
root@Teltonika:~# gsmctl <span style="color:blue;">-p</span> <span style="color:purple;">wwan0</span>
 +
<span style="color:red;">10.139.75.221</span>
 +
 +
'''''wwan0''''' is the name of the mobile interface when the connection type is set to QMI (default). You can use the '''''ifconfig''''' command to check the names of existing network interfaces.
 +
===Basic options===
 +
----
 +
 +
====Get number of bytes sent====
 
----
 
----
   −
Usage:
  −
-p, --ip <INTERFACE>
     −
Where <INTERFACE> is the name of a network interface. For example:
+
====Get number of bytes received====
 +
----
   −
root@Teltonika:~# gsmctl -p wwan0
  −
10.139.75.221
     −
===Get number of bytes sent===
+
====Get 3G connection state====
 
----
 
----
      −
===Get number of bytes received===
+
===SMS management options===
 
----
 
----
    +
====Read SMS by index====
 +
----
 +
 +
 +
====List SMS by type====
 +
----
 +
 +
 +
====Print SMS memory usage====
 +
----
 +
 +
 +
====Delete SMS by index====
 +
----
 +
 +
 +
====Send SMS====
 +
----
 +
 +
 +
====Send SMS encoded in base64====
 +
----
 +
 +
===Auxiliary options===
 +
----
 +
 +
====Send AT command to device====
 +
----
 +
 +
====Enter shell mode====
 +
----
 +
 +
====Enable debug information====
 +
----
   −
===Get 3G connection state===
+
====Do not log the command====
 
----
 
----

Navigation menu