All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Opale Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:26, 1 April 2025 Administrator talk contribs created page GetNeighborCellsInfoVerbose (Created page with "This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfoVerbose''' |PortIndex |Neighbor Cells Info in GSM module format |} '''OUTPUT''' Command output in the following format (for each Cell); for 4G access technology: "rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_prio...") Tag: Visual edit
- 21:24, 1 April 2025 Administrator talk contribs created page 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:21, 1 April 2025 Administrator talk contribs created page 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:18, 1 April 2025 Administrator talk contribs created page 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:17, 1 April 2025 Administrator talk contribs created page 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:12, 1 April 2025 Administrator talk contribs created page 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:11, 1 April 2025 Administrator talk contribs created page 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:06, 1 April 2025 Administrator talk contribs created page 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:02, 1 April 2025 Administrator talk contribs created page 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:01, 1 April 2025 Administrator talk contribs created page 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:55, 1 April 2025 Administrator talk contribs created page 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:53, 1 April 2025 Administrator talk contribs created page 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:49, 1 April 2025 Administrator talk contribs created page 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:47, 1 April 2025 Administrator talk contribs created page 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:42, 1 April 2025 Administrator talk contribs created page 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
- 20:36, 1 April 2025 Administrator talk contribs created page GetCallInfo (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "A...") Tag: 2017 source edit
- 20:32, 1 April 2025 Administrator talk contribs created page ExecuteShellCommand (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "A...") Tag: 2017 source edit
- 20:26, 1 April 2025 Administrator talk contribs created page StreamVideo (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
- 20:23, 1 April 2025 Administrator talk contribs created page SpeedTest (Created page with "This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers can...") Tag: Visual edit
- 20:22, 1 April 2025 Administrator talk contribs created page SetFtpParameters (Created page with "This command configures parameters for the connected FTP session on the specified GSM port. Data Type (TEXT or BINARY) and FTP Mode (ACTIVE or PASSIVE). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetFtpParameters''' |PortIndex, [DataType, FTPType] |Error Code in case of error. |} '''OUTPUT''' Success or Error Message (See Data Commands Messages) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# Set...") Tag: Visual edit
- 20:13, 1 April 2025 Administrator talk contribs created page SendSmtpTextMessage (Created page with " This command sends a specified Email message to SMTP server on the specified GSM port. It requires an active data session on the specified GSM por. Message is sent with the content from the specified file that should contain formatted SMTP data including headers (see <nowiki>RFC 2822</nowiki>). If any of required parameters is not needed it can be specified as NULL string (""). Sender Email address will be used in "MAIL From" SMTP message, Recipient Email Addres...") Tag: 2017 source edit
- 20:08, 1 April 2025 Administrator talk contribs created page SendSmtpFileMessage (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
- 20:04, 1 April 2025 Administrator talk contribs created page SendFtpFile (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
- 19:56, 1 April 2025 Administrator talk contribs created page ReceivePopMessage (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
- 19:49, 1 April 2025 Administrator talk contribs created page ReceiveFtpFile (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
- 18:17, 1 April 2025 Administrator talk contribs created page GetNumberOfPopMessages (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetNumberOfPopMessages |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> Cate...") Tag: 2017 source edit
- 18:15, 1 April 2025 Administrator talk contribs created page GetDataCounters (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetDataCounters |PortIndex,[APN] |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> Cate...") Tag: 2017 source edit
- 18:08, 1 April 2025 Administrator talk contribs created page ExecuteHttpMethod (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |ExecuteHttpMethod |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...") Tag: 2017 source edit
- 17:57, 1 April 2025 Administrator talk contribs created page DisconnectFtp (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |DisconnectFtp |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:DAT...") Tag: 2017 source edit
- 17:45, 1 April 2025 Administrator talk contribs created page Data Messages (Created page with "<includeonly>= Data Commands Status Message =</includeonly> * SUCCESS * NOT SUPPORTED * LINK IS DOWN * BAD PARAMETERS * TIMEOUT EXPIRED * FILE NOT FOUND * FTP ALREADY CONNECTED * FTP DISCONNECTED * INVALID OPTION * INVALID OPTION VALUE * NOT ENOUGH MEMORY * OPERATION NOT ALLOWED * DEVICE ALREADY OPEN * NETWORK INTERFACE NOT ALAILABLE * OPERATION NOT ALLOWED FOR BEARER * CONNECTION FAILED LINE BUSY * CONNECTION FAILED NO ANSWER * CONNECTION FAILED NO CARRIER * CONNECTION...") Tag: Visual edit
- 17:37, 1 April 2025 Administrator talk contribs created page ConnectHttp (Created page with " This command connects to a given FTP server on the specified GSM port. FTP server connection details are provided in parameters Prerequisites : Data link should be UP on the given port (See ConnectData) If any of required parameters is not needed it can be specified as empty string (""). Command returns once connection is established or optional timeout (entered in seconds) expired. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |ConnectFtp...") Tag: 2017 source edit
- 17:31, 1 April 2025 Administrator talk contribs created page ConnectFtp (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |ConnectFtp |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:Voice]...") Tag: 2017 source edit
- 11:53, 27 March 2025 Administrator talk contribs created page Category:CDR (Created page with "R2D2 CDR Management") Tag: 2017 source edit
- 11:52, 27 March 2025 Administrator talk contribs created page Category:SMS (Created page with "R2D2 commands related to SMS and MMS") Tag: 2017 source edit
- 11:50, 27 March 2025 Administrator talk contribs created page Category:GENERAL (Created page with "General R2D2 commands") Tag: 2017 source edit
- 11:50, 27 March 2025 Administrator talk contribs created page Category:NETWORK (Created page with "R2D2 Commands related to Mobile Network") Tag: 2017 source edit
- 11:49, 27 March 2025 Administrator talk contribs created page Category:LOGS (Created page with "R2D2 Commands related to LOGS") Tag: 2017 source edit
- 11:46, 27 March 2025 Administrator talk contribs created page Category:Voice (Created page with "R2D2 Commands related to Voice") Tag: 2017 source edit
- 11:39, 27 March 2025 Administrator talk contribs created page Category:DATA (Created page with "R2D2 commands related to DATA") Tag: 2017 source edit
- 11:34, 27 March 2025 Administrator talk contribs created page Category:R2D2 (Created page with "Test") Tag: 2017 source edit
- 11:08, 27 March 2025 Administrator talk contribs deleted page R2D2 RDR File (content was: "#REDIRECT R2D2 - RDR File", and the only contributor was "Administrator" (talk))
- 11:07, 27 March 2025 Administrator talk contribs moved page R2D2 - WaitAndReceiveSMS to WaitAndReceiveSMS without leaving a redirect
- 11:07, 27 March 2025 Administrator talk contribs moved page R2D2 - WaitAndReceiveAllSms to WaitAndReceiveAllSms without leaving a redirect
- 11:07, 27 March 2025 Administrator talk contribs moved page R2D2 - StopSmsReceiving to StopSmsReceiving without leaving a redirect
- 11:07, 27 March 2025 Administrator talk contribs moved page R2D2 - StartSmsReceiving to StartSmsReceiving without leaving a redirect
- 11:06, 27 March 2025 Administrator talk contribs deleted page R2D2 - StartPortLog (content was: "#REDIRECT StartPortLog", and the only contributor was "Administrator" (talk))
- 11:06, 27 March 2025 Administrator talk contribs moved page R2D2 - SimMemoryPurge to SimMemoryPurge without leaving a redirect
- 11:06, 27 March 2025 Administrator talk contribs moved page R2D2 - SetSmsParameters to SetSmsParameters without leaving a redirect
- 11:06, 27 March 2025 Administrator talk contribs moved page R2D2 - SendSmsTextAndWaitDelivery to SendSmsTextAndWaitDelivery without leaving a redirect
- 11:06, 27 March 2025 Administrator talk contribs moved page R2D2 - SendSmsPduAndWaitDelivery to SendSmsPduAndWaitDelivery without leaving a redirect