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 have some proprietary (closed source) super slow C library for working with vxi11 and that one provides a function that returns all vxi11 devices at the network (and that's fast). This is the only function I miss in this python library.
Is there any chance to provide a search function in this library as well?
The text was updated successfully, but these errors were encountered:
So, after some back-and-forth offline, it looks like the way this is done in general is with a broadcast UDP request to the portmapper service on the devices. Support for this already exists in rpc.py, so I put together an initial implementation of list_devices here:
I have some proprietary (closed source) super slow C library for working with vxi11 and that one provides a function that returns all vxi11 devices at the network (and that's fast). This is the only function I miss in this python library.
Is there any chance to provide a search function in this library as well?
The text was updated successfully, but these errors were encountered: