I'd like to ask a question about ctrlx communicating with an external device to transfer data I have a USB device, he will virtualize the USB port into a standard device such as a network card after plugging it into the host computer, and the user only needs to complete the input and output of data from this device through the operation of the standard device interface (e.g., socket programming for networking). What I need to do is: 1, the device is inserted into the host computer will be virtualized as a network card device 2, the host computer needs to be virtual network card configuration, configuration IP 192.168.180.1, to ensure that the host computer and the device in the middle of the network connection is normal 3, the host computer to run client program, connect to the server successfully, send inference request, from the USB device to get the return results Now I want ctrlx core to be the host of this USB device, how should I do it? I would like to thank you for all the answers.
... View more