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
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to