NymphRPC icon indicating copy to clipboard operation
NymphRPC copied to clipboard

Versatile and fast remote procedure call library.

Results 6 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...

With Poco installed through Homebrew I've been trying to compile NymphRPC (And libnymphcast) but it's been failing to find the library. Poco, like everything in Homebrew on my machine, is...

Unless I'm missing something, there doesn't seem to be any information regarding the structure of the binary RPC messages. This is perhaps the most important part of any RPC message...

enhancement