Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/mistralol/libclientserver
- Owner: mistralol
- License: mit
- Created: 2013-09-02T13:19:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T14:14:45.000Z (about 5 years ago)
- Last Synced: 2024-10-13T02:38:33.091Z (about 1 month ago)
- Language: C++
- Size: 615 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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