eRPC Python infrastructure
Project description
eRPC Python Infrastructure
This folder contains the Python implementation of the eRPC infrastructure.
The eRPC project is stored on Github: https://github.com/EmbeddedRPC/erpc
The Python implementation of eRPC is fully compatible with the C/C++ implementation at the protocol level. Also, the classes mirror those in the C++ infrastructure.
Installation:
To install the eRPC Python infrastructure, run the setup.py script like this:
pip install erpc
Once installed, you can access the infrastructure via a standard import statement.
import erpc
xport = erpc.transport.SerialTransport("/dev/ttyS1", 115200)
client = erpc.client.ClientManager(xport, erpc.basic_codec.BasicCodec)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size erpc-1.8.0-py2.py3-none-any.whl (10.9 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size erpc-1.8.0.tar.gz (7.4 kB) | File type Source | Python version None | Upload date | Hashes View |