https://github.com/haiwen/libsearpc
Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users.
DependencyThe following packages are required to build libsearpc: - glib-2.0 >= 2.26.0
- gobject-2.0 >= 2.26.0
- jansson >= 2.2.1
- python simplejson (for pysearpc)
https://gitlab.gnome.org/GNOME/glib
https://github.com/akheron/jansson
|