Skip to main content

This is a pure Python implementation of ribbon-bridge: AnRPC Framework http://github.com/BaroboRobotics/ribbon-bridge

Project description

PyRibbonBridge
==============

A pure Python implementation of ribbon-bridge, an RPC framework. Read more about
ribbon-bridge at http://github.com/BaroboRobotics/ribbon-bridge .

Requirements
------------

Ribbon bridge uses asyncio for asynchronous remote procedure calls, and thus
requires Python 3.5 or above.

Internally, it uses Google Protocol Buffers for data serialization, and thus
requires protobuf-v3.0.0b2 or later.

Usage
-----
The basic strategy is:
1. Design the procedure call interface with Google Protobuf. Each callable
remote procedure is represented by a nested protobuf message. In order to
be a valid callable remote procedure, the message must have sub-messages
named "In" and "Result". For instance, to implement a remote procedure
called "foo" which takes a float and returns and integer, you would
have the following entry in a .proto file.

message foo {
message In {
float input = 1;
}
message Result {
int32 output = 1;
}
}

2. Use protoc to generate python files from the .proto files.

3. Create a Proxy object. The Proxy object will need a path to the Python
interface file generated by protoc and an asyncio event loop.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyRibbonBridge-0.0.2.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file PyRibbonBridge-0.0.2.tar.gz.

File metadata

File hashes

Hashes for PyRibbonBridge-0.0.2.tar.gz
Algorithm Hash digest
SHA256 536b6c5baa46162267d82404a398ae3e30831a720da4c424ebd38d71efcb4931
MD5 b06ce3e2fcac6a4f4a35cb5c4273aca5
BLAKE2b-256 c257ac08bc8ae3debbd6302a3e29924eb988f0a39966941d4c2d651a247e30a6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page