Re: example of udp listener with giomm



Am 12.11.2010 08:17, schrieb Bartosz Kostrzewa:
Hi everyone,

do you know of any example code that implements a simple UDP listener
using giomm? I can't quite get my head around how to do it using just
the reference documentation.

Thanks!

-Bartek
Hi,

I wouldn't use Gio for Networking-Stuff because the interace is just bad (sorry GTKmm-Team). Instead, I'd use Boost.Asio and connect them by calling io_service::poll() within Glib::signal_idle().

Regards,

michi7x7


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]