If you have the "traceroute" package installed, just use the native
tools in a terminal window:
while true; do
traceroute google.com; echo; sleep 10; done
On 8/2/22 05:23, Charles Jessee wrote:
toggle quoted message
Show quoted text
Is there a simple app to run that will display my internet
connectivity status on screen? Something that pings a few sites
periodically to return status would be nice, like
but for a Pi rather than Windows.
Bret/N4SRN