SlackBuildsOrg/libraries/gnet
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
gnet.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
gnet.SlackBuild libraries/gnet: New Maintainer. 2010-11-05 22:23:02 -05:00
README
slack-desc libraries/gnet: New Maintainer. 2010-11-05 22:23:02 -05:00

Gnet is a simple network library.

It is written in C, object-oriented, and built upon GLib.
It is intended to be small, fast, easy-to-use, and easy to port.

GNet Features:
    * TCP "client" and "server" sockets
    * UDP and IP Multicast sockets
    * High-level TCP connection and server objects
    * Asynchronous socket IO
    * Internet address abstraction
    * Asynchronous DNS lookup
    * IPv4 and IPv6 support
    * Byte packing and unpacking
    * URI parsing
    * SHA and MD5 hashes
    * Base64 encoding and decoding
    * SOCKS support