-1

I am trying to send data from BeagleBone to my laptop. My laptop connects with BeagleBone through usb. From my laptop, I can ssh to BeagleBone. In BeagleBone, I will write c code to send data. In my laptop, I will write another code to receive the data. What type of communication to do that? Or any sample code to use?

Thanks!

tn0432
  • 23
  • 3
  • Welcome on stackoverflow! [Here](http://stackoverflow.com/help/how-to-ask) are some suggestions on how to make a good question, and get good answers – Aleksej Mar 02 '16 at 22:53

1 Answers1

0

You can stream the video from camera conneted to beagleboneblcak to your computer via UDP and RTP see the video in the link. Hope this helps. RTP and UDP

sandesh
  • 380
  • 4
  • 18