Skip to content

Python library to detect a computer's private IP Address, Subnet Mask, and Default Gateway

Notifications You must be signed in to change notification settings

gaupeng/gaunets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaunets

  • Python library to detect a computer's private IP Address, Subnet Mask, and Default Gateway.
  • Also enables ARP & Reverse-ARP lookup on a Class C network.
  • Installation:
    • Download gaunets.py and move it to the directory of your program code for now.
    • Usage (look into tester.py):
      • import gaunets as gn
      • gnObj = gn.gaunets()
    • To be implemented:
      • ip neigh show equivalent on Windows?
      • broadcast IP on Windows
      • Public IP address

About

Python library to detect a computer's private IP Address, Subnet Mask, and Default Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages