User contributions for Administrator
A user with 4,544 edits. Account created on 9 April 2020.
1 April 2025
- 21:2421:24, 1 April 2025 diff hist +21 m GetNeighborCellsInfo added Category:NETWORK using HotCat current
- 21:2421:24, 1 April 2025 diff hist +19 m GetNeighborCellsInfo added Category:R2D2 using HotCat
- 21:2421:24, 1 April 2025 diff hist +972 N GetNeighborCellsInfo Created page with "This command writes to the standard output Neighbor Cells information for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfo''' |PortIndex |Neighbor Cells Info (Access Technology, signal level, RSSI, channel, PLMN, BSIC, PSC, RSCP, EcIo) |} '''OUTPUT''' Command output in the following format: "%s %d %d %d %s %d %d %d %f\n", access_technology, signal_level,rssi, channel, plmn..." Tag: Visual edit
- 21:2221:22, 1 April 2025 diff hist +79 GetGsmOperatorList No edit summary Tag: Visual edit
- 21:2121:21, 1 April 2025 diff hist +524 N GetGsmOperatorList Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D..." Tag: 2017 source edit
- 21:2021:20, 1 April 2025 diff hist +18 m GetGsmNetworkList added Category:R2D2 using HotCat current
- 21:2021:20, 1 April 2025 diff hist +22 m GetGsmNetworkList added Category:NETWORK using HotCat
- 21:2021:20, 1 April 2025 diff hist −22 m GetGsmNetworkList removed Category:SMS using HotCat
- 21:2021:20, 1 April 2025 diff hist −22 m GetGsmNetworkList removed Category:CDR using HotCat
- 21:2021:20, 1 April 2025 diff hist −24 m GetGsmNetworkList removed Category:Voice using HotCat
- 21:2021:20, 1 April 2025 diff hist +243 GetGsmNetworkList No edit summary Tag: Visual edit
- 21:1821:18, 1 April 2025 diff hist +524 N GetGsmNetworkList Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D..." Tag: 2017 source edit
- 21:1821:18, 1 April 2025 diff hist +21 m GetGsmCurrentOperator added Category:NETWORK using HotCat current
- 21:1721:17, 1 April 2025 diff hist +19 m GetGsmCurrentOperator added Category:R2D2 using HotCat
- 21:1721:17, 1 April 2025 diff hist +491 N GetGsmCurrentOperator Created page with "This command gets the PLMN (MCC and MNC) of the current GSM operator, and the actual operator selection mode. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetGsmCurrentOperator''' |PortIndex |Operator selection mode, Operator PLMN |} '''OUTPUT''' GSM port operator selection mode and GSM operator PLMN: "%s %s %s\n", mode, plmn, status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmCurrentOperator 0 AUTOMATIC 20810 REGISTERED <..." Tag: Visual edit
- 21:1421:14, 1 April 2025 diff hist −24 m GetDedicatedChannelInfo removed Category:Voice using HotCat current
- 21:1421:14, 1 April 2025 diff hist −22 m GetDedicatedChannelInfo removed Category:CDR using HotCat
- 21:1421:14, 1 April 2025 diff hist +21 m GetDedicatedChannelInfo added Category:NETWORK using HotCat
- 21:1421:14, 1 April 2025 diff hist +18 m GetDedicatedChannelInfo added Category:R2D2 using HotCat
- 21:1421:14, 1 April 2025 diff hist −22 m GetDedicatedChannelInfo removed Category:SMS using HotCat
- 21:1421:14, 1 April 2025 diff hist +260 GetDedicatedChannelInfo No edit summary Tag: Visual edit
- 21:1221:12, 1 April 2025 diff hist +524 N GetDedicatedChannelInfo Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D..." Tag: 2017 source edit
- 21:1121:11, 1 April 2025 diff hist +21 m GetAccessTechnology added Category:NETWORK using HotCat current
- 21:1121:11, 1 April 2025 diff hist +19 m GetAccessTechnology added Category:R2D2 using HotCat
- 21:1121:11, 1 April 2025 diff hist +653 N GetAccessTechnology Created page with "This command gets Mobile Network Access Technology. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetAccessTechnology''' |PortIndex |Mobile Network Access Technology |} '''OUTPUT''' Command output in the following format: "%s\n", access_technology (AUTOMATIC | UMTS | GSM | UMTS_PREFERRED | GSM_PREFERRED | GSM_UMTS | LTE | GSM_UMTS_LTE | CDMA_HRDP_GSM_UMTS_LTE | CDMA | HRDP | CDMA_HRDP | CDMA_LTE | HRDP_LTE | CDMA_HRDP_LTE | CDMA_GSM_U..." Tag: Visual edit
- 21:0721:07, 1 April 2025 diff hist −107 StopPcapTrace No edit summary current Tag: Visual edit
- 21:0621:06, 1 April 2025 diff hist +518 N StopPcapTrace Created page with " This command starts a data packets capture on the specified GSM port. Data session should be active. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartPcapTrace |PortIndex,FilePath |Error Code in case of error. |} '''OUTPUT'''<br>None '''EXAMPLE''' <syntaxhighlight lang="text"> ~# StartPcapTrace 1 /mnt/sdcard/tmp/traces/log1.cap DATA LINK IS DOWN ~# StartPcapTrace 0 /mnt/sdcard/tmp/traces/log0.cap OK </syntaxhighli..." Tag: 2017 source edit
- 21:0521:05, 1 April 2025 diff hist −24 m StartPcapTrace removed Category:Voice using HotCat current
- 21:0521:05, 1 April 2025 diff hist −22 m StartPcapTrace removed Category:CDR using HotCat
- 21:0521:05, 1 April 2025 diff hist +18 m StartPcapTrace added Category:R2D2 using HotCat
- 21:0521:05, 1 April 2025 diff hist +21 m StartPcapTrace added Category:GENERAL using HotCat
- 21:0521:05, 1 April 2025 diff hist −22 m StartPcapTrace removed Category:SMS using HotCat
- 21:0521:05, 1 April 2025 diff hist +23 StartPcapTrace No edit summary Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +524 N StartPcapTrace Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D..." Tag: 2017 source edit
- 21:0121:01, 1 April 2025 diff hist +21 m SetGeneralTimeout added Category:GENERAL using HotCat current
- 21:0121:01, 1 April 2025 diff hist +19 m SetGeneralTimeout added Category:R2D2 using HotCat
- 21:0121:01, 1 April 2025 diff hist +383 N SetGeneralTimeout Created page with "This command sets general timeout (in seconds) for all R2D2 API commands that are executed on the Mobile Robot. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetGeneralTimeout''' |Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetGeneralTimeout 300 </syntaxhighlight>" Tag: Visual edit
- 20:5620:56, 1 April 2025 diff hist +180 GetListOfApiFunctions No edit summary current Tag: Visual edit
- 20:5520:55, 1 April 2025 diff hist +378 N GetListOfApiFunctions Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight> Category:R2D2 Category:GENERAL" Tag: 2017 source edit
- 20:5420:54, 1 April 2025 diff hist +21 m GetGsmRobotApiVersion added Category:GENERAL using HotCat current
- 20:5320:53, 1 April 2025 diff hist +19 m GetGsmRobotApiVersion added Category:R2D2 using HotCat
- 20:5320:53, 1 April 2025 diff hist +338 N GetGsmRobotApiVersion Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight>" Tag: Visual edit
- 20:5120:51, 1 April 2025 diff hist −253 GetGsmPortStatus No edit summary current Tag: Visual edit
- 20:4920:49, 1 April 2025 diff hist +926 N GetGsmPortStatus Created page with "This command sets/gets GSM auto registration mode. If it is enabled GSM port will automatically try to register to GSM network, otherwise will wait explicit command (SelectGsmOperator) in order to do this. If mode parameter is not specified command will return current auto registration mode. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GsmRegistrationMode |Port index, [Registration mode] |Command status or the actual Registration mode..." Tag: 2017 source edit
- 20:4720:47, 1 April 2025 diff hist +432 N GetGeneralTimeout Created page with "This command get the general timeout (in seconds). General timer is used as a general timer on any R2D2 API commands '''COMMAND''' {| class="wikitable" !Command !Input Arguments !Returns |- |'''GetGeneralTimeout''' | |Timeout. Error code in case of error. |} '''OUTPUT''' General timer set for this Mobile Robot: "%d", GeneralTimeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGeneralTimeout ~# 300 </syntaxhighlight>" Tag: Visual edit
- 20:4320:43, 1 April 2025 diff hist +19 m GetCallState added Category:Voice using HotCat current
- 20:4320:43, 1 April 2025 diff hist +19 m GetCallState added Category:R2D2 using HotCat
- 20:4320:43, 1 April 2025 diff hist −15 GetCallState No edit summary Tag: Visual edit
- 20:4220:42, 1 April 2025 diff hist +8 GetCallState No edit summary Tag: Visual edit
- 20:4220:42, 1 April 2025 diff hist +566 N GetCallState Created page with "This command reports to the standard output the call state on the specified GSM port '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Call State - Error Code in case of error. |} '''OUTPUT''' Command status: GSM port call state (IDLE, DIALING, DIALED, ALERTING, CONNECTED, DISCONNECTING, INCOMING or HELD) in the following format: “%s\n%s\n”, call1_state, call2_state '''EXAMPLE'''<syntaxhighlight la..." Tag: Visual edit