Skip to main content

A class which send an ARP Request to know if a host is online.

Project description

Usage :

>>> from arprequest import ArpRequest
>>> ar = ArpRequest('10.0.0.1', 'eth0')
>>> ar.request()
True
>>> ar2 = ArpRequest('10.0.0.123', 'eth0')
>>> ar2.request()
>>> # (return None)
  • Need to be root (using raw socket)

  • Work only on unix (using unix signals)

  • I will make a better release soon

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

arprequest-0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

arprequest-0.1-py2.5.egg (9.8 kB view hashes)

Uploaded Source

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