lnls-dig / bpm-sw

Repository containing the software for the Beam Position Monitor project
GNU General Public License v3.0
0 stars 1 forks source link

[libclient] Create bindings for python #49

Open lerwys opened 9 years ago

lerwys commented 9 years ago

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.

lerwys commented 8 years ago

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