Dear RPi community,
I am trying to make an RPi (USB gadget mode) get data from a USB host device and then continuously forward it for processing to another computer, in real time.
So far I've got my RPi Zero act as a USB gadget getting data form the host in the form of a file being saved. I plan to modify the kernel module to be able to get that incoming data continuously, but I am out of ideas as to how could I then forward that data to another computer in real time and continue processing it there. I need that data processed explicitly by the other computer and not by the RPi. Any help would be highly appreciated.
Thanks