/liburpc

APIs for transporting function calls over IP networks.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

liburpc
------------------

liburpc is a set of APIs for transporting function calls
over IP networks. It features a flexible RPC framework
based on ASN.1 encoding, with type and byte-order checking.

Installation
------------
mkdir build && cd build # Create build directory
cmake ..                # Create Makefiles using CMake
make
sudo make install

---
Marek Vavrusa <marek@vavrusa.com>