Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varlink/libvarlink

C implementation of the Varlink protocol and command line tool
https://github.com/varlink/libvarlink

ipc json varlink

Last synced: 7 days ago
JSON representation

C implementation of the Varlink protocol and command line tool

Awesome Lists containing this project

README

        

[![Varlink Certified](https://img.shields.io/badge/varlink-certified-green.svg)](https://www.varlink.org/Language-Bindings)
[![C/C++ CI](https://github.com/varlink/libvarlink/workflows/C/C++%20CI/badge.svg)](https://github.com/varlink/libvarlink/actions)

# libvarlink

See http://varlink.org for more information about varlink.

Varlink C [library](https://github.com/varlink/libvarlink/blob/master/lib/varlink.h) and command line [tool](https://github.com/varlink/libvarlink/tree/master/tool).

Examples:
- [test-server-client.c](https://github.com/varlink/libvarlink/blob/master/lib/test-server-client.c)
- org.varlink.service.GetInfo
- [client](https://github.com/varlink/libvarlink/blob/master/tool/command-info.c)
- [server](https://github.com/varlink/libvarlink/search?q=org_varlink_service_GetInfo)
- [com.redhat.resolver](https://github.com/cherry-pick/com.redhat.resolver)
- [com.redhat.network](https://github.com/cherry-pick/com.redhat.network)