API Reference
Serialization
IO Layer
Protocol
Protocol - The RPyC-NG protocol (
Connectionclass)Service - The RPyC-NG service model
Netref - Implementation of transparent object proxies (netrefs)
Async - Asynchronous object proxies (netrefs)
Server-Side
Server - The core implementation of RPyC-NG servers; includes the implementation of the forking and threaded servers.
Registry - Implementation of the Service Registry; the registry is a bonjour-like discovery agent, with which RPyC-NG servers register themselves, and allows clients to locate different servers by name.
Authenticators - Implementation of two common authenticators, for SSL and TLSlite.
Client-Side
Misc
Zero-Deploy RPyC-NG - Deploy short-living RPyC-NG servers on remote machines with ease - all you’ll need is SSH access and a Python interpreter installed on the host
