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
Currently the Python version of the remote server (see issue 118 for more
information about Remote library and associated servers) can wrap "normal"
libraries using the static and the dynamic library API, but it should also
support the dynamic API.
This functionality is easiest tested with unit tests in
test_remoteserver.py. I created this file when I added support for hybrid
libraries ( issue 180 ).
The text was updated successfully, but these errors were encountered:
No, the dynamic library API is not supported currently. If it was, this issue wouldn't be open.
If you happen to work for NSN you can contact the core team via internal mailing lists and we can probably include this support into the scope of RF 2.6. If you don't work for NSN, then you need to implement this support yourself or pay someone to do it for you.
Currently the Python version of the remote server (see issue 118 for more
information about Remote library and associated servers) can wrap "normal"
libraries using the static and the dynamic library API, but it should also
support the dynamic API.
This functionality is easiest tested with unit tests in
test_remoteserver.py. I created this file when I added support for hybrid
libraries ( issue 180 ).
The text was updated successfully, but these errors were encountered: