Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > da8b63381acaa888227176ac7c4ea87c > files > 47

lib64gnet2.0-devel-2.0.8-13.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GNet Overview</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GNet Network Library Reference Manual">
<link rel="up" href="index.html" title="GNet Network Library Reference Manual">
<link rel="prev" href="index.html" title="GNet Network Library Reference Manual">
<link rel="next" href="gnet-developers.html" title="GNet for developers">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="gnet-overview.html" title="GNet Overview">
<link rel="chapter" href="gnet-developers.html" title="GNet for developers">
<link rel="chapter" href="gnet-examples.html" title="GNet Examples">
<link rel="chapter" href="libgnet-reference.html" title="GNet Library Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td>&#160;</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNet Network Library Reference Manual</th>
<td><a accesskey="n" href="gnet-developers.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" lang="en">
<div class="titlepage"><div><div><h2 class="title">
<a name="gnet-overview"></a>GNet Overview</h2></div></div></div>
<p>
      GNet is a network library.  It is written in C, object-oriented,
      and built upon GLib.  It is intended to be easy to use and port.
    </p>
<p>
      Features:
      </p>
<div class="itemizedlist"><ul type="disc">
<li><p>TCP "client" and "server" sockets</p></li>
<li><p>UDP and IP Multicast sockets</p></li>
<li><p>High-level TCP connection and server objects</p></li>
<li><p>Asynchronous socket IO</p></li>
<li><p>HTTP client object</p></li>
<li><p>Internet address abstraction</p></li>
<li><p>Asynchronous DNS lookup</p></li>
<li><p>IPv4 and IPv6 support</p></li>
<li><p>Byte packing and unpacking</p></li>
<li><p>URI parsing</p></li>
<li><p>SHA and MD5 hashes</p></li>
<li><p>Base64 encoding and decoding</p></li>
<li><p>SOCKS support</p></li>
</ul></div>
<p>
    </p>
<p>
      GNet is licensed under the GNU Lesser General Public License.
      Read COPYING for information on the license (this file comes
      with the GNet distribution).
    </p>
</div>
</body>
</html>