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: 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
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
erpc-1.12.0.tar.gz
(10.0 kB
view hashes)
Built Distribution
erpc-1.12.0-py2.py3-none-any.whl
(12.4 kB
view hashes)
Close
Hashes for erpc-1.12.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe1dd538d8528e5e02a572a92c972bf132594f0444d3792a10360d1d23a3a50a |
|
MD5 | 4c0bac58d976a5a663db7c9d8253a994 |
|
BLAKE2b-256 | ffbf01e14107749fbbd12324358f7eca98bd5bf68f3df48378db76a776314266 |