I have searched the forum, but all post regarding the network ping are for checking internet connection (althow I found pretty more easy to request a web page).
But my intention to use ping, is because I realy need the reply speed, as it is a way to decide to which of 5 serves I will connect, so I can get the fastest response. I know in android in can be done with shell, but is it possible to obtain the reply in B4I?
This library wraps Apple's code: https://developer.apple.com/library/archive/samplecode/SimplePing/Introduction/Intro.html Usage example: Sub Class_Globals Private Root As B4XView Private xui As XUI Private Pinger As SimplePing End Sub Public Sub Initialize End Sub Private Sub...