select * from sectionselect * from sectionselect * from section JMC Research - Juan M. Casillas Web Site
Knowledge for our questions, fun for everyone!

http://www.jmcresearch.com/src/articlehelper.php?id=42
Printed at 29/03/2024 15:32:47
http://www.jmcresearch.com Knowledge for our questions, fun for everyone!
Libnetcomm: C++ net library
Introduction

Published at 16/11/2003 14:07:12
By Juan M. Casillas

This library provides the required class and framework to manage TCP, TCPSSL and UDP connections. This library is part of a bigger project called IT/m, but you can use it as a framework for new developements. This library is release under the GNU Library license.

This library helps you in the task of writting networked-capable software using a client-server model. This framework hides you form the concrete details of the concrete protocol you use, so you can write portable, protocol-independent applications.


http://www.jmcresearch.com Knowledge for our questions, fun for everyone!