
Home
|
libaeon@sf.net
|
Documentation
|
Download
libAeon is "An Extensible Open Networking library" that attempts to make
full use of pre-existing classes for data handling and manipulation, while
remaining lightweight, fast, and portable.
libaeon is designed to be cross-platform aware, and as such builds on the
following systems:
- GNU/Linux
- Microsoft Windows 2000/XP (MingW/MSYS)
- Microsoft Windows 2000/XP/Vista (MSVC++)
A serious effort is made to make libaeon easy to use, easy to obtain, and
easy to distribute. For this reason, libaeon has adopted a "c++ standards"
way of formatting it's source. Once libaeon has been included to a source
file/project, the "net" namespace is available to the developer which
encapsulates all of the libaeon classes and methods.
Creating a socket using libaeon is as simple as:
net::CSocket connection;
