Socket
Socket
Sign inDemoInstall

erpc

Package Overview
Dependencies
0
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    erpc

eRPC Python infrastructure


Maintainers
2

Readme

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)

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc