Re: Announce: gnome-socket 0.1.0



On Tue, 9 May 2000, Roberto Zunino wrote:
> gnome-socket is a library that provides simple high-level network access
> to GNOME applications. It's intended to be used by applications that want
> simply to connect to a port and send/receive data without fiddling too
> much with the socket options (if you need to do that, use David Helder's
> Gnet library: http://www.eecs.umich.edu/~dhelder/misc/gnet ).

FYI, GNet also has a simple connection function:
  GTcpSocket* gnet_tcp_socket_connect(gchar* hostname, gint port);

There's an asynchronous version too.

David


-- 
      __          _    __ 
  ___/ /__ __  __(_)__/ /  David Helder - University of Michigan
 / _  / _ `/ |/ / / _  /   dhelder@umich.edu
 |_,_/|_,_/|___/_/|_,_/    http://www.eecs.umich.edu/~dhelder





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