Skip to content

r3k4t/wifi_buffer_slove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wifi_Buffer_Solve

Author : RKT

Descripton

buffering_1566211149_725x725

In the modern time,wifi buffering problem is common problem in our life.when we can take broadbrand line in our home.At first time,its provide us good service.After few days we can face buffering problem.How to slove it?I have a idea to solve this problem.It is server data or packet loss problem.when we can ping the wifi gateway ip and reconnect our device in our wifi.In this time,our problem is solve.Our net speed is good.We can face no buffering.I have create a python script.This script can help to get increase wifi speed and no buffering.

what is ping ?

Ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network. It is available for virtually all operating systems that have networking capability, including most embedded network administration software.

Ping measures the round-trip time for messages sent from the originating host to a destination computer that are echoed back to the source. The name comes from active sonar terminology that sends a pulse of sound and listens for the echo to detect objects under water.

Ping operates by sending Internet Control Message Protocol (ICMP) echo request packets to the target host and waiting for an ICMP echo reply. The program reports errors, packet loss, and a statistical summary of the results, typically including the minimum, maximum, the mean round-trip times, and standard deviation of the mean.

The command-line options of the ping utility and its output vary between the numerous implementations. Options may include the size of the payload, count of tests, limits for the number of network hops (TTL) that probes traverse, interval between the requests and time to wait for a response. Many systems provide a companion utility ping6, for testing on Internet Protocol version 6 (IPv6) networks, which implement ICMPv6.

Linux Terminal Command