cordova-plugin-hotspot
Version:
Cordova WiFi Hotspot Plugin
8 lines (6 loc) • 966 B
JavaScript
/**
* Created by mreinhardt on 17.02.16.
*/
// TODO
var success = 'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.64 bytes from 8.8.8.8: icmp_seq=1 ttl=57 time=12.7 ms64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=12.2 ms64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=15.0 ms64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=16.8 ms64 bytes from 8.8.8.8: icmp_seq=5 ttl=57 time=17.1 ms64 bytes from 8.8.8.8: icmp_seq=6 ttl=57 time=15.8 ms64 bytes from 8.8.8.8: icmp_seq=7 ttl=57 time=18.9 ms64 bytes from 8.8.8.8: icmp_seq=8 ttl=57 time=30.3 ms64 bytes from 8.8.8.8: icmp_seq=9 ttl=57 time=21.1 ms64 bytes from 8.8.8.8: icmp_seq=10 ttl=57 time=275 ms--- 8.8.8.8 ping statistics ---10 packets transmitted, 10 received, 0% packet loss, time 9013msrtt min/avg/max/mdev = 12.208/43.540/275.111/77.344 ms';
var failure = 'PING 118.8.8.118 (118.8.8.118) 56(84) bytes of data.--- 118.8.8.118 ping statistics ---10 packets transmitted, 0 received, 100% packet loss, time 9005ms';