[Boost-users] Boost::Asio help for viewer

10 views
Skip to first unread message

Gonzalo Garramuno

unread,
Nov 8, 2012, 6:08:04 PM11/8/12
to boost...@lists.boost.org
I am designing a viewer that communicates via the network some actions,
like playback, scrubbing, etc.
I decided to code it with boost::asio, but I am too unfamiliar with it
and the examples did not help much.
What I need is the following:

- server starts a group
- one client connects to server
- server and client do several handshake transmissions to sync (same
movie file, etc).
- client or server perform a playback or a seek to certain frame and the
other (client or server) follows.

Can someone suggest what should I use and what steps to take in draft
form? Currently I have two threads one for the server and one for the
client but lack knowledge of the asio api on how to perform a handshake
(a send/receive pair, basically).
_______________________________________________
Boost-users mailing list
Boost...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Lemay.Steve

unread,
Nov 8, 2012, 6:20:46 PM11/8/12
to boost...@lists.boost.org

Jeff Garland

unread,
Nov 8, 2012, 8:38:15 PM11/8/12
to boost...@lists.boost.org




I am designing a viewer that communicates via the network some actions, like playback, scrubbing, etc.
I decided to code it with boost::asio, but I am too unfamiliar with it and the examples did not help much.
What I need is the following:

Subject: [Boost-users] Boost::Asio help for viewer
 
If you can get ahold of Michael Caisse boostcon presentation it's the best intro to the library I've seen.  It used to be here --

http://blip.tv/boostcon/michael-caisse-an-asio-based-flash-xml-server-4190355

But I know there are copies about from people that listen on this list...

Jeff

Jeff Garland

unread,
Nov 8, 2012, 8:40:16 PM11/8/12
to boost...@lists.boost.org


On Thu, Nov 8, 2012 at 6:38 PM, Jeff Garland <azsw...@gmail.com> wrote:

If you can get ahold of Michael Caisse boostcon presentation it's the best intro to the library I've seen.  It used to be here --

http://blip.tv/boostcon/michael-caisse-an-asio-based-flash-xml-server-4190355

But I know there are copies about from people that listen on this list...

Jeff


Actually it was posted a few days ago you can find it here:

http://wipkip.nikhef.nl/events/BoostCon/2010/

Gonzalo Garramuno

unread,
Nov 9, 2012, 8:50:28 AM11/9/12
to boost...@lists.boost.org
On 08/11/12 20:20, Lemay.Steve wrote:
> And this link.
>
> http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio/reference.html
>
Thanks for this link. It is extremely useful.
Reply all
Reply to author
Forward
0 new messages