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: 5 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T12:51:14.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:12:40.338Z (about 1 year ago)
- Topics: ipc, json, varlink
- Language: C
- Homepage:
- Size: 530 KB
- Stars: 123
- Watchers: 4
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.varlink.org/Language-Bindings)
[](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)