Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypeermap-0.0.1.tar.gz (19.1 kB view hashes)

Uploaded Source

Built Distribution

pypeermap-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page