Vala bindings for liblxi
Make sure you have liblxi (and the corresponding developement pacakge) installed.
To use the vala bindings, include the liblxi.vapi file in your project.
See meson.build
for an example how to do it using meson.
In order to build the examples, two more dependencies are required glib
and libtirpc
.
Next it should be possible to build and run the test executable (builddir/liblxi_test
).
Note: It may be required to change the settings (ip, port, command, etc.) to get it to work. Note: mDNS functionality has not been tested.