Documentation
Introduction
A little about RPyC-NG - related projects, contributors, and logo issues
Theory of Operation - background on the inner workings of RPyC-NG and the terminology
Use cases - some common use-cases, demonstrating the power and ease of RPyC-NG
How to’s - solutions to specific problems
Reference
Servers - using the built-in servers and writing custom ones
Classic RPyC-NG - using RPyC-NG in slave mode (AKA classic mode), where the client has unrestricted control over the server.
RPyC-NG Services - writing well-defined services which restrict the operations a client (or server) can carry out.
Asynchronous Operation - invoking operations in the background, without having to wait for them to finish.
Security Concerns - keeping security in mind when using RPyC-NG
Secure Connections - create an encrypted and authenticated connection over SSL or SSH
Zero-Deploy - spawn temporary, short-lived RPyC-NG server on remote machine with nothing more than SSH and a Python interpreter
Advanced Debugging - debugging at the packet level
