an OCP interface to send commands and recieve using Omnia control protocol
Project description
About
This is package is create to interface with COSMED Omnia (created by ©1996-2024 COSMED srl) using OCP (Omnia control protocol) it Could be used to send any command from the OCP and get the result as a python dictionary by first creating the command as an xml send it and receive the response and process it to get a python dictionary to all easy Integration with python.
to get started with OCP using python follow the following steps:-
-
normally install COSMED Omnia.
-
run the regedit.reg file provided to configure the OCP.
-
then normally start COMSED OMNIA.
-
then you can use the python module ocp.py to send commands to the software.
steps to install and use the OCP package:
- clone the package.
- run setup.py using (pip install .) while on the same directory as the setup.py.
from OCP import OCP #import the OCP main class
ocp = OCP() # to creates an OCP object
ocp.connect() # to initiate a TCP connection with COSMED Omnia
# to login and notice COSMED omnia needs to be running and replace the username and password with username and password created on COMED Omnia
ocp.login("username", "password")
you can then send any command and get the result in python as the OCP interface and you can find a method for every command on the OCP to send that command and receive a response
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
Hashes for pycosmed-0.0.23-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0c20233eef6df869793149757f7b23b5494722590f7a9f919a3126ed70a0bd |
|
MD5 | e3a3b412f6a105123e8587416c8cdae2 |
|
BLAKE2b-256 | 6cb71e0a35307e4bf17e12ad496eaae932ea8ada75ce1d825414aaa2d5edd986 |