Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mistralol/libclientserver

Client Server Lib for C++
https://github.com/mistralol/libclientserver

Last synced: 3 days ago
JSON representation

Client Server Lib for C++

Awesome Lists containing this project

README

        

libclientserver
===============

Client Server Lib for C++

Introduction

libclientsever provides a framework for implementing rpc based backend services as
well as a set of supporting functions to make this somewhat easyier to do. It is targeted
at embedded platforms to the number of 3rdparty library dependandcies will be kept at a minimum.

To Build / Install this library on ubuntu a number of packages are required.

* uuid-dev
* libcap-dev
* libssl-dev
* autoconf
* autoconf-archive
* libtool