Ciholas Data Protocol
Project description
cdp-py
The Ciholas Data Protocol (CDP) provides a method of communication between devices and services. CDP data is transmitted over Ethernet as User Datagram Protocol (UDP) packets. cdp-py contains a set of structural definitions of the CDP data items that make up these UDP packets.
For more information about CDP, see the official documentation.
Getting Started
Prerequisites
You need Python 3 or higher to use cdp-py. Make sure you have Python installed and that the expected version is available from your command line. You can check this by running:
$ python --version
If you do not have Python, please install the latest 3.x version, available from python.org.
Additionally, you will need to make sure you have pip installed. You can check this by running:
$ pip --version
If you're on Linux and installed Python 3.x using your OS package manager, you may need to install pip separately.
Installing
cdp-py can be installed using pip. To install the latest version use:
$ pip install cdp-py
Now that cdp-py package is installed, you can start using the cdp module by adding the following import statement to your Python script:
import cdp
For a tutorial about how to use the cdp module, visit: Using CDP - Python.
Upgrading
To upgrade to the latest version use:
$ pip install --upgrade cdp-py
License
This work is licensed under the Creative Commons Attribution 4.0 International License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cdp-py-1.0.tar.gz
.
File metadata
- Download URL: cdp-py-1.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 147e978c93f3084e683854b7364c9248bb83f15a270bcaccf5f6e166a073d6de |
|
MD5 | 2cecaad5f34891b1f2263a9dcac64bd4 |
|
BLAKE2b-256 | 2adef300a088d3621a0ae67427dd7b035e6168dcd43d2f6296672c65c03f50e5 |
File details
Details for the file cdp_py-1.0-py3-none-any.whl
.
File metadata
- Download URL: cdp_py-1.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17985aa17bbee98197406dfa220e443947dabdcb47cdccc5c21a6beacc313a00 |
|
MD5 | 28599cb714a7b6c8d8d876c49e2720ae |
|
BLAKE2b-256 | c6e7c78573b555d6d4e8605833a4852fe6a4f92bf14dec6f3f63530dad190ceb |