Neuromeka client protocols for IndyDCP3, IndyEye, Moby, Ecat, and Motor
Project description
Neuromeka Clients
This package provides client protocols for users to interact with Neuromeka's products, including Indy, Moby, Ecat, and Motor.
Installation
You can install the package from PyPI:
pip install neuromeka-clients
Usage
The package contatins the following client classes:
- IndyClient in indy.py
- IndyClient3 in indy_client3.py
- MobyClient in moby.py
- EcatClient in ecat.py
- MotorClient in motor.py
To use a client class, simply import it and create an instance:
from neuromeka import EcatClient, MobyClient, IndyClient, IndyClient3, MotorClient
ecat = EcatClient("192.168.214.20")
moby = MobyClient("192.168.214.20")
indy = IndyClient("192.168.0.11")
indyclient3 = IndyClient3("192.168.0.11")
motor = MotorClient("192.168.0.20")
Replace EcatClient with the desired client class and the IP address with the appropriate address for your device.
Dependencies
This package requires the following dependencies:
- grpcio
- grpcio-tools
- protobuf
These dependencies will be automatically installed when you install the package using pip.
Examples
Please refer to the 'example.py' file in the package for usage examples.
Support
If you encounter any issues or need help, please open an issue on the project's repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 neuromeka-3.2.0.3.tar.gz
.
File metadata
- Download URL: neuromeka-3.2.0.3.tar.gz
- Upload date:
- Size: 104.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06323d209b54ac4a50c88647458a0e4e838ddda54460453e44e8def7c93a4752 |
|
MD5 | dd3c4d90f1da07024dee705cdee7e011 |
|
BLAKE2b-256 | 653fde15e9f74760373f8e371784a85ae505435c0f5b2f42484d23a5ff5c25d6 |
File details
Details for the file neuromeka-3.2.0.3-py3-none-any.whl
.
File metadata
- Download URL: neuromeka-3.2.0.3-py3-none-any.whl
- Upload date:
- Size: 114.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5b500a1eb81a97f7db48994aa3574d32ced843b39b18d9460c3a4d579fe1d9c |
|
MD5 | 795e9ea3132664efb1c996a9d48737d9 |
|
BLAKE2b-256 | 6c3e6f74813616468ec19122a1ecc284aa025d970fc375e08a2fe7232c10e4b2 |