Servus icon indicating copy to clipboard operation
Servus copied to clipboard

Zeroconf discovery in C++

Results 22 Servus issues
Sort by recently updated
recently updated
newest added

It has GUI application (servusBrowser), so it should have .desktop file. Attached is the .desktop file we used in Fedora downstream (just drop the .txt suffix, due to stupid github)....

The LGPLv3 license text should be included in the released package.

LGPLv3 requires license text to be delivered with the code, please add it to the repository, e.g.: https://www.gnu.org/licenses/lgpl-3.0.txt

``` libServus.so.1.6.0 libServus.so.6 ``` It's due to: ``` project(Servus VERSION 1.6.0) set(Servus_VERSION_ABI 6) ``` I think it's strange: * it's servus-1.5.2, not servus-1.6.0 * if the SONAME is libServus.so.6, I...

Some distros e.g. Fedora uses /usr/lib64, do not hardcode /usr/lib, but detect it.

Submodule cmake-common from the Eyescale should be included in the release tar.gz package, otherwise it's quite hard to package it downstream. I am trying to get this package into Fedora.

Fixed by adding into Servus/servus/serializable.h ``` [sbanks@ys]~/git/ZeroBuf/build% make Scanning dependencies of target Servus [ 5%] Building CXX object Servus/servus/CMakeFiles/Servus.dir/version.cpp.o [ 10%] Building CXX object Servus/servus/CMakeFiles/Servus.dir/md5/md5.cc.o [ 15%] Building CXX object...

I simply followed the build steps: git clone https://github.com/HBPVIS/Servus.git mkdir Servus/build cd Servus/build cmake -GNinja .. ninja > ➜ build git:(master) cmake -GNinja .. > CMake Error: CMake was unable...