spnetkit

A C++ wrapper for BSD-style sockets.
Download

spnetkit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Stephen Nil
  • Publisher web site:
  • http://code.google.com/p/spnetkit/

spnetkit Tags


spnetkit Description

A C++ wrapper for BSD-style sockets. spnetkit is a C++ wrapper for BSD-style sockets. It implements the TCP, UDP, SSL transport layer protocols.Implemented application layer protocols are HTTP client, SMTP client, POP3 client and memcached client. Features include an inifile reader, base64 codec.The spnetkit code was developed under Linux, but has also been tested under Solaris.BuildingTo build libspnetkit.so, type$ cd spnetkit$ makeThis will build all the targets include examples. Before building libspnetkit_s.so, OpenSSL must been installed. Edit spnetkit/Makefile to specify the path of openssl: OPENSSL_INCL = -I< path_to_openssl_include > OPENSSL_LIB = -L< path_to_openssl_library > -lssl -lcrypto$ make sslReports of successful use of spnetkit are appreciated. What's New in This Release: · ICAP Client was added. · Milter Client was assed. · Porting to win32 platform.


spnetkit Related Software