Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Networking tools application like ping, traceroute, ifconfig, nslookup, and route with pure python script

NotificationsYou must be signed in to change notification settings

mujib-programmer/PyNetTools-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

This application is intended for linux based operating system for now, may be it will be cross platform later.

Instruction how to use PyNetTools Application :

1. Make sure file permissions for PyNetTools.py and PyNetTools files with the following command:

  • sudo chown root:root PyNetTools.py
  • sudo chown root:root PyNetTools
  • sudo chmod 4755 PyNetTools.py
  • sudo chmod 4755 PyNetTools

2. If you recompile PyNetTools.c file with gcc, make sure the file compilation of these have the same access rights as above.

3. You can run this application in two ways:

  • sudo python PyNetTools.py, then it will display a GUI application that can be used. To change the look of the GUI try to change it in this file.
  • Alternatively, you can run it from the command line. type ./PyNetTools in terminal

4. PyNetTools file will run the program (ie PyNetTools.py) with the root user, so no need to use sudo to run this file. ICMP packets require root privileges to run.

5. Application logic file to run the ping command is in MyPing.py

6. Application logic file to run traceroute command is in MyTraceroute.py

7. output is generated and displayed in the application generally generated from the method beginning with "def print_" try to learn it in a file MyPing.py and MyTraceroute.py

8. This application requires PyQt4 library and python 2.7.x to running well.

9. All logic of this application is located in file in models directory.

About

Networking tools application like ping, traceroute, ifconfig, nslookup, and route with pure python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp