Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/varlink/libvarlink
- Owner: varlink
- License: apache-2.0
- Created: 2016-08-06T16:08:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T15:29:27.000Z (about 1 month ago)
- Last Synced: 2024-12-29T09:33:06.470Z (14 days ago)
- Topics: ipc, json, varlink
- Language: C
- Homepage:
- Size: 528 KB
- Stars: 116
- Watchers: 5
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)