Skip to content

nalsadi/pypeermap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pypeermap

pypeermap is a simple python tool for obtaining all the IP addresses on your local network.

Installation

Use the package manager pip to install pypeermap.

pip install pypeermap

Usage

import pypeermap

# returns your IP
ip = pypeermap.get_my_ip()

# set scan range
scan_range = pypeermap.perform_scan(ip,'0/24')

# returns list of client names and IP's
pypeermap.get_ip_list(scan_range)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages