profi-dcp 0.2.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

profidcp 0.2.0

PROFI-DCP
A simple Python library to send and receive messages with the Profinet Discovery and basic Configuration Protocol (DCP) protocol.
It can send requests and parse the corresponding responses to identify devices over the network, get and set their parameters or reset them to factory settings.
Documentation can be found here and in the examples directory.
This is a fork from pnio_dcp.
Installation
Release
The latest release is available in the public PyPi repo.
Install via pip:
pip install profi-dcp

From git repo
You can also install directly from the git repo.

Clone the repository

git clone <git-url> <destination>


Change into the clone directory

cd <destination>


Install via pip

pip install .

Windows
To use this library on Windows, Npcap (or WinPcap) is required. Npcap can be downloaded from here: https://nmap.org/npcap/
Linux
On Linux, no additional installations are required since raw sockets are used instead. However, this requires running it with root permission.
Other Operating Systems
PNIO-DCP has not been tested on any other operating systems besides Windows and Linux.
CLI
profi-dcp is the main entry point to the CLI.
It supports various subcommands which execute some basic functions.
For more information use the help flag (profi-dcp -h).
Subcommands

identify is a subcommand to identify devices.
set-ip is a subcommand to set a new ip address for a device.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.