Skip to main content

A package for discovering clients in a local network.

Project description

Network Scanner

Network Scanner is a Python package for discovering clients in your local network. It provides a simple interface to scan for devices and retrieve information such as hostname and IP address.

Installation

You can install the package via pip:

pip install pynet_scanner

Usage

from pynet_scanner import NetworkScanner

# Create a NetworkScanner instance
scanner = NetworkScanner()

# Discover clients in the local network
clients = scanner.discover_clients()

# Print information about each discovered client
for client in clients:
    print(client)

Features

  • Scan for clients in the local network using NetworkScanner class.
  • Supports both Windows and Linux platforms.
  • Retrieves hostname and IP address for each discovered client.

Dependencies

The package relies on the following dependencies:

  • nmap: Used for network scanning on Linux platforms.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

pynet_scanner-0.1.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pynet_scanner-0.1.1-py3-none-any.whl (4.9 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