-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #1
Comments
We do not use it on Windows internally and we have no experience in making the ctypes work on Windows. If someone can make it work and the patch does not look too horrible, we can include that functionality. At least the part that loads the C library (.so in Linux and .dll in Windows) likely needs to change. The rest should be platform agnostic, but you never know unless you actually try. |
Thank you for your quick response! The first step would be to have a dll version of libdlt.so. Looking on the Internet I cannot find it. It seems to be part of dlt-daemon source code which is GNU/Linux only. Can you confirm it? |
Yes, the library comes from https://github.com/GENIVI/dlt-daemon there are some references to it working in Windows at https://at.projects.genivi.org/wiki/display/PROJ/About+DLT-Transport |
Did anyone do modification in library in order to work on Windows as well? |
Hi, about the 'ctypes' issue, maybe you would try to consider 'pywin32-ctypes' : https://github.com/enthought/pywin32-ctypes As for installation, would a "pip" package be available, like : pip install python-dlt Thanks... |
is this library is mounted on pip, so we can installed |
Hello, is it possible to adapt this library to work on Windows too?
The text was updated successfully, but these errors were encountered: