Skip to content

A python script to troubleshoot basic connectivity issues from a Raspberry Pi 3.

Notifications You must be signed in to change notification settings

LaurentDumont/python-network-troubleshoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Python Network troubleshooting tool.

alt text

How to

  • Install the dependencies - I assume you have Python3 installed.
  • sudo apt-get install iperf3 tcpdump
  • pip3 install -r requirements.txt
  • sudo python3 network-tshoot.py $INTERFACE_NAME_HERE
  • sudo python3 network-tshoot.py wlp3s0

About

A python script to troubleshoot basic connectivity issues from a Raspberry Pi 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages