Using LINUX commands in App Inventor. Extension

31.- ping

ping, to check the network connectivity between host and server/host.

ping -c 3 google.com (sends 3 packets)
ping -c 3 192.168.1.1