How to transmit massive images?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to transmit a massive amount of data that contain video frames taken
from a Frame Grabber to remote computer over a GLAN (Giga Byte LAN).

Any suggestion how should I do that?
What .NET classes should I use?
Any link for samples?

Ant help will be very much appreciated.
 
Hi,

a TCP connection should work fine and it's easy to implement


cheers,
 
Back
Top