rpc-project is a simple, powerful RPC service for controlling every aspect of a remote
machine. A small C server exposes a protocol for calling native functions; a Python
client (rpcclient) turns that into a rich, scriptable API — a swiss-army knife for QA
automation, development, and software research.
python3 -m pip install -U rpcclientrpcclient [HOSTNAME]— connect to a remoterpcserverrpclocal— control the local machine, no remote server required
For the server binary (download or build), see the installation guide below.
📖 Full documentation: https://doronz88.github.io/rpc-project/
The docs are built from docs/ with MkDocs (mkdocs.yml).
Licensed under GPL-3.0 — see LICENSE.