anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

[feature] add event listening to python bindings #99

Closed perarnau closed 5 months ago

perarnau commented 5 months ago

Ctypes makes the process mostly painless, as we can create arbitrary functions from the prototype function pointer type dynamically.

From a usability point of view, the lack of automatic conversion between ctypes and more pythonic types is starting to look obvious. We should definitely convert stuff like nrm_string and nrm_time.