You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we will want to use ctypes for this, but it is essential that we confirm that we are able to retrieve information from the Cohda C SDK asap. If we cannot achieve this our current approach will not work.
It is already written and it looks like it logs out it state to XML, we might be able to modify how it logs slightly and just read directly from those logs as opposed to calling into C functions directly.
I believe we will want to use ctypes for this, but it is essential that we confirm that we are able to retrieve information from the Cohda C SDK asap. If we cannot achieve this our current approach will not work.
Here are some potentially helpful resources:
http://stackoverflow.com/questions/145270/calling-c-c-from-python
https://docs.python.org/2/library/ctypes.html
The text was updated successfully, but these errors were encountered: