readme
来自「linux 下的程序源代码」· 代码 · 共 41 行
TXT
41 行
spnetkit README1.Introductionspnetkit is a C++ wrapper for BSD-style sockets. It implements theTCP, UDP, SSL transport layer protocols. Implemented application layerprotocols are HTTP client, SMTP client, POP3 client. Features includeinifile reader, base64 codec.The spnetkit code was developed under Linux, but has also been testedunder Solaris.You can get the code from the spnetkit home page: http://code.google.com/p/spnetkit/2.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.Enjoy! -- stephen liu <stephen.nil@gmail.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?