You are not logged in.

#1 2005-04-06 14:07:30

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

[new] Socket++

Since i need it for a project of mine, i've built the lib socket++.

Socket++ Homepage

Description:

Socket++ library defines a family of C++ classes that can be used more effectively than directly calling the underlying low-level system functions. One distinct advantage of the socket++ is that it has the same interface as that of the iostream so that the users can perform type-safe input output. See your local IOStream library documentation for more information on iostreams.


Ability is nothing without opportunity.

Offline

#2 2005-04-06 15:36:32

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [new] Socket++

ya know... I've been looking for a decent socket library like this... I've found ones which had pieces I liked, and figured one day I'd combine all the stuff I liked and stop using the raw C calls....

thanks!

Offline

#3 2005-05-09 11:01:38

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: [new] Socket++

I'd have needed one which is under LGPL.

I've written my own Wrapper lib now for C++, instead of using Socket++, supporting blocking and non-blocking sockets. Anyway, it's a very good library which i'd choose for GPL product development.

// STi


Ability is nothing without opportunity.

Offline

Board footer

Powered by FluxBB