searpc-codegen
Development files for the Searpc framework
Install
- All systems
-
curl cmd.cat/searpc-codegen.sh
- Debian
-
apt-get install libsearpc-dev
- Ubuntu
-
apt-get install libsearpc-dev
- Alpine
-
apk add libsearpc-dev
- 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
- Dockerfile
- dockerfile.run/searpc-codegen
- 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.