Skip to main content

Find ip addresses with known MAC addresses

Project description

MAC to IP

https://img.shields.io/pypi/v/mac_to_ip.svg https://img.shields.io/travis/cartovarc/mac_to_ip.svg Documentation Status

Find ip addresses with known MAC addresses

Dependencies

$ sudo apt-get install net-tools
$ sudo apt-get install nmap

Usage example

from mac_to_ip import mac_to_ip

device_macs = {
        "camera1": "00:A0:C9:14:C8:27",
        "camera2": "00:A0:C9:14:C8:28",
        "camera3": "00:A0:C9:14:C8:29"
}

print(mac_to_ip(device_macs))

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2021-02-17)

  • First release on PyPI.

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

mac_to_ip-0.1.0.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

mac_to_ip-0.1.0-py2.py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 2 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