edwardlye
Posts: 1
Joined: Sun Oct 26, 2014 10:55 am

C++ programming about wifi dongle

Sun Oct 26, 2014 11:01 am

Hi all,

I am new to raspberry Pi and I am gonna make a wireless camera with it.
I would like to send the images captured by camera through wifi dongle
Is there any way to do that in the pi?I am doing c++ programming on the PI, so I am looking for a C/C++ lib that I can use in my program. thanks a lot

riklaunim
Posts: 265
Joined: Tue Apr 22, 2014 7:34 pm

Re: C++ programming about wifi dongle

Sun Oct 26, 2014 12:35 pm

If you want streaming then you need a stream server on RPi. If you want to only sent some frames then maybe HTTP library for POSTing them to an external server with an application that would receive them (web app).

Return to “Beginners”