searpc-codegen

Development files for the Searpc framework

Install

All systems
curl cmd.cat/searpc-codegen.sh
Debian Debian
apt-get install libsearpc-dev
Ubuntu
apt-get install libsearpc-dev
Alpine
apk add libsearpc-dev
image/svg+xml Kali Linux
apt-get install libsearpc-dev
Windows (WSL2)
sudo apt-get update sudo apt-get install libsearpc-dev
Raspbian
apt-get install python-searpc
Docker
docker run cmd.cat/searpc-codegen searpc-codegen powered by Commando

libsearpc-dev

Development files for the Searpc framework

Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. This package contains the development files for Searpc.

python-searpc

simple and easy-to-use C language RPC framework

Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. This package contains Python bindings to Searpc.