Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@tjamison tjamison released this 30 Jan 17:05
· 37 commits to master since this release

This release includes an API-breaking change to rviRegisterService, removing the "dataSize" parameter to the function. The buffer pointed to by userData must be maintained by the calling application for as long as the service is registered and must be freed after the service is unregistered.

This release also adds an optional Python wrapper around the library. To build the Python wrapper, install cython, then simply run cd python; make from the top level of the rvi_lib repo.