jsonrpcstub

stub generator for libjsonrpccpp based applications

Install

All systems
curl cmd.cat/jsonrpcstub.sh
Debian Debian
apt-get install libjsonrpccpp-tools
Ubuntu
apt-get install libjsonrpccpp-tools
image/svg+xml Kali Linux
apt-get install libjsonrpccpp-tools
Fedora
dnf install libjson-rpc-cpp-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install libjsonrpccpp-tools
Raspbian
apt-get install libjsonrpccpp-tools

libjsonrpccpp-tools

stub generator for libjsonrpccpp based applications

This package provides the stub generator for the libjson-rpc-cpp framework. It can automatically generate full functioning C++ and JavaScript JSON-RPC Client classes, which are ready to use. For JSON-RPC Server applications, this tool can generate an abstract C++ class which just has to be sub classed and implement all pure virtual methods. To make this possible, a simple interface description file (in the JSON format) is required, which lists all available methods with corresponding parameters and types.

libjson-rpc-cpp-tools

based applications