SIM808 Capture PING event?

Hello,

I'm running a GSM server on SIM808 using the following libs:

#include <SIM900.h>
#include <inetGSM.h>
#include <gsm.h>

I set the AT command to reply PING request:

"AT+CIPCTL=1"

whenever I ping my GSM server I get the desired reply from it.

My question, is it possible to raise/capture an event on the Arduino side whenever a PING request is being replied?

Thank you in advance!
Best,
Ram

I'm running a GSM server on SIM808 using the following libs:

And a whole bunch of other code.

My question, is it possible to raise/capture an event on the Arduino side whenever a PING request is being replied?

That depends on exactly how the Arduino is involved.

PaulS:
And a whole bunch of other code.
That depends on exactly how the Arduino is involved.

if it does possible could you please point me to one way or an example that it does capture an incoming ping? I'll change the Arduino side accordingly..

Thank you in advance!

if it does possible could you please point me to one way or an example that it does capture an incoming ping?

No. I hinted that you should post your code. You didn't. I'm done.

PaulS:
No. I hinted that you should post your code. You didn't. I'm done.

many thanks.