How does the device catch incoming ping events?
The device uses AWS IoT library, so it can't open a raw socket.
It looks like the ping events closed inside the modem binary.
So, this code does not run.
/opt/nordic/ncs/v2.0.2/zephyr/subsys/net/ip/icmpv4.c
Are there any ping event APIs? or sniffing raw packets?
nRF9160
mfw_nrf9160_1.3.2
nRF Connect SDK v.2.0.2
---------------------------------------
Update 2023-10-13
I use a diagram to explain what I want to achieve and what is actually difficult to achieve.