varlink / libvarlink

C implementation of the Varlink protocol and command line tool
Apache License 2.0
87 stars 15 forks source link

Implementation for varlinks std interfaces #44

Open nolange opened 3 years ago

nolange commented 3 years ago

Since this seems to be more alive then the respective interfaces (cough cough https://github.com/cherry-pick/com.redhat.resolver/issues/2)....

What is one supposed to do if he wants to use varlink + the std interfaces on some small system (just C runtime available)? There seems to be multiple implementations in various languages for everything with the C part looking more like an afterthought.

haraldh commented 3 years ago

Oh... the C library is actually the most generic and most sophisticated for integration in other epoll main loops. It was developed as the reference implementation.

nolange commented 3 years ago

Wasn't intended as a pun, but if I look for ex at the rust project I have the resolver/service daemons and other tools included and compilable.