NymphRPC icon indicating copy to clipboard operation
NymphRPC copied to clipboard

Versatile and fast remote procedure call library.

Results 4 NymphRPC issues
Sort by recently updated
recently updated
newest added

Looking if something of NymphRPC will fit into the latest issued DVB-HB standard for Home Broadcasting (HB) over IP networks. https://hbbtv.internet-exchange.site/dvb-hb

question

Hey @MayaPosch, a while ago poco 1.12.5 has been released by NymphRPC currently fails to compile with it (libnymphcast however compiles fine with it): ``` g++ -c -o obj/shared/x86_64-alpine-linux-musl/src/worker.o src/worker.cpp...

bug

I have started working on a PR to address #10 properly. I have noticed that all external libraries are hardcoded. This is (again) not portable and it makes using custom...

_This issue is related to https://github.com/MayaPosch/NymphCast/issues/90. I personally believe that all of the issues below could be easily solved by using an alternative build system such as Meson instead of...