Problem: Often, it is easier to use a language like Python to create test programs and scripts. As we only have a C library, it is necessary to create bindings to allow a python program to access the libclient API.
Possible better solution: Usage of zproject to create bindings for vairous languages (JNI, Python, QML, Qt, Ruby). The only "problem" is on using zproject conventions, but this should be easily done
Problem: Often, it is easier to use a language like Python to create test programs and scripts. As we only have a C library, it is necessary to create bindings to allow a python program to access the libclient API.
Possible Solution: Use SIP tool to do this.