Is there a way to have two instances of my UWP app running on two devices communicate with each other using a USB cable? I was looking at UsbDevice and the MSDN tutorial for bulk transfers, but I can't seem to find a way to connect two computers. It looks like it's just for storing files on "regular" USB devices.
So, is there a way to send messages through a USB cable connected to two computers from one instance of an app on one computer to another one on another computer?