Re: [gtkmm] coming from wxWindows - need tips for good networking-libs



Peter Gasper wrote:

I don't know much about this but if you check out the following article:
	http://www.linuxdevices.com/articles/AT6499834574.html

About 3/4 of the way down the page they say: "We also use the GNU
project's Common C++ networking libraries that wrap much of the UNIX API
in easy to use C++ classes."

hope that gives you a lead.

You can also look at ACE/TAO the definitive communication framework http://www.cs.wustl.edu/~schmidt
We have been using it for years.


PG

On Mon, 2003-07-21 at 15:16, Cristian Adam wrote:
In gtkmm2 look at the documentation on the function Glib::SignalIO::connect() and the associated convenience funtion Glib::signal_io().connect(), which do what you want so far as signalling the presence of data to be read on a pipe/socket/filesystem with an open file descriptor. To read the data you will need to use the standard Unix read() (if you are using a Unix-like OS), or some other library.

Chris.

I too have to port an application (from WTL, lite MFC library) to gtkmm,
and I don't know what to use for networking, here is what I found on google:

Netxx is a C++ network programming library. It provides a clean API for writing network clients and servers. Included in the API is a transparent interface for sending and receiving data using TLS/SSL.
http://pmade.org/pjones/portfolio/root/netxx/

And as a bonus in the examples page the author has a Similar Projects section:

http://pmade.org/pjones/software/netxx/resources.html#Examples

HTH,
Chris.
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list






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