📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -