Datasheet
API command notes
182
Example
/ping
=address=192.168.88.1
=count=3
In this case ping returned after duration*count seconds, where duration was default 1 second.
!done
=ret=3
Ping v5.x and newer
it is equivalent of ping available in CLI, but it will give report on averages every time it has result for sent ping.
Details
•• for ease of use it us suggested that it is used with count argument set to some value
•• Ping returns only when it is interrupted or reached count limit.
•• Timing results are in form HH:MM:SS.sss (HH - hours; MM - minutes; SS - seconds; sss - miliseconds)
Example
/ping
=address=192.168.88.1
=count=2
In this case ping returned after duration*count seconds, where duration was default 1 second.
!re
=host=192.168.88.1
=size=56
=ttl=42
=time=00:00:00.001
=sent=1
=received=1
=packet-loss=0
=min-rtt=00:00:00.001
=avg-rtt=00:00:00.001
=max-rtt=00:00:00.001
!re
=host=192.168.88.1
=size=56
=ttl=42
=time=00:00:00.001
=sent=2
=received=2
=packet-loss=0
=min-rtt=00:00:00.001
=avg-rtt=00:00:00.001
=max-rtt=00:00:00.001










