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.13.0.tar.gz
(10.0 kB
view details)
Built Distribution
erpc-1.13.0-py2.py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file erpc-1.13.0.tar.gz
.
File metadata
- Download URL: erpc-1.13.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec8322a59090a3897ffe6dd0c51146ec7fba0a6402fa56dec2edce6605e7730f |
|
MD5 | 80ca7e21cf08472a873b973f844feb71 |
|
BLAKE2b-256 | d8774243fc7592a0f045d8e431b638eb650160e8d5799ec20923db73cc0373bc |
File details
Details for the file erpc-1.13.0-py2.py3-none-any.whl
.
File metadata
- Download URL: erpc-1.13.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad4a751c3ccafd4c482781213a3402b26a175a55d9c420f706b4b02430bd22b |
|
MD5 | 6834f424203590446c7221ab766b117c |
|
BLAKE2b-256 | caf06dee7eecb06433628cc3def62c8c70896af612b7b2875f2a418557dbeca9 |