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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file erpc-1.14.0.tar.gz.
File metadata
- Download URL: erpc-1.14.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
604eb2418a5bc7317fd517882135a8e21f4d2fe59bb43756031f05ba2dece349
|
|
| MD5 |
3fa81ccb616582626d34ac8d44ba6341
|
|
| BLAKE2b-256 |
55ae654e9baa224c73d0cc371bdc7ee072afbfeddcc8ac2c038d8238ec302948
|
File details
Details for the file erpc-1.14.0-py2.py3-none-any.whl.
File metadata
- Download URL: erpc-1.14.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.6 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 |
52c5c6c1c5559acaf32f85f37d817c20d8ee97b647f96d65e72df7f58e7519f9
|
|
| MD5 |
880d1a6a549738460e9de1933da98c8b
|
|
| BLAKE2b-256 |
375f6fd0191fc57eceb4d42e05ad0db8e541b9a20814442f9cf24d9c8e118b24
|