Servus
1.5.1
C++ network oriented utilities including a zeroconf implementation
|
Servus is a small C++ network utility library that provides a zeroconf API, URI parsing and UUIDs.
Servus can be retrieved by cloning the source code. Please file a Bug Report if you find any issues with this release.
Servus provides classes for:
Servus is a cross-platform library, the only mandatory dependency is a C++11 compiler. Zeroconf will be available in those platforms were either Avahi or DNSSD are available, otherwise an empty dummy backend is used. Servus uses CMake to provide a platform-independent build configuration. The following platforms and build environments have been tested:
The following external, pre-installed optional dependencies are used:
Building from source is as simple as:
git clone https://github.com/HBPVIS/Servus.git mkdir Servus/build cd Servus/build cmake -GNinja .. ninja