For a project I'm doing I need to stream data from one windows computer to another without using the IP-network (including cross-linked ethernet cable, for instance).
The streaming application should be written in C#, although I can probably get away with a C# wrapper, if necessary.
I've considered USB link cables and Firewire, but so far I've failed to find any drivers for sending custom data via these.
Did someone try this before, or know which way to go? Any suggestion would be appreciated!
Edit The speed of the connection should preferably be close to fast Ethernet (100Mbps). For the mentioned cables this should be no problem (USB 2.0 is 480Mbps, Firewire800 is 800Mbps).