Go to file
Phitherek 3b22c4d2db really minor fix 2013-03-03 01:18:26 +01:00
doxy corrected minor bugs in the documentation, added Doxyfile, generated documentation 2013-02-27 00:08:46 +01:00
tests cleanup, after testing - all works 2013-02-26 23:51:23 +01:00
ClientSocket.cpp really minor fix 2013-03-03 01:18:26 +01:00
ClientSocket.h corrected minor bugs in the documentation, added Doxyfile, generated documentation 2013-02-27 00:08:46 +01:00
Doxyfile corrected minor bugs in the documentation, added Doxyfile, generated documentation 2013-02-27 00:08:46 +01:00
HTTPClientSocket.cpp cleanup, after testing - all works 2013-02-26 23:51:23 +01:00
HTTPClientSocket.h did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00
Makefile cleanup, after testing - all works 2013-02-26 23:51:23 +01:00
NetSocket.cpp did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00
NetSocket.h corrected minor bugs in the documentation, added Doxyfile, generated documentation 2013-02-27 00:08:46 +01:00
NetSocketPP.h did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00
NetworkException.cpp did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00
NetworkException.h did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00
README edited README 2013-02-27 00:17:50 +01:00
ServerSocket.cpp fixed a minor but annoying bug in ClientSocket/ServerSocket.recv() 2013-03-03 01:15:45 +01:00
ServerSocket.h corrected minor bugs in the documentation, added Doxyfile, generated documentation 2013-02-27 00:08:46 +01:00
SocketException.cpp did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00
SocketException.h did not track for a while since I forgot about git repo. Version 0.1 of the library, during tests 2013-02-26 20:33:53 +01:00

README

NetSocket++: A library, that simplifies C++ network programming with UNIX Sockets written in the OOP methodology.
================================================================================================================
Code examples in "tests" directory.
Documentation in "doxy" directory: PDF - doxy/latex/refman.pdf, HTML - doxy/html/index.html
================================================================================================================
INSTALLATION
make - generates the shared object library.
make install - installs the library in the system (/usr/lib and /usr/include)
make test - compiles code in "tests" directory, works only after installation
make debugtest - as above, with debugging symbols
================================================================================================================
USAGE (ONLY after installation)
#include "NetSocket++/NetSocketPP.h" in source files
-lnetsocketpp in compiler command line
================================================================================================================
HELP
Refer to the documentation or contact me at phitherek [at] gmail [dot] com
================================================================================================================
NOTICE: This library was tested ONLY on UNIX sockets! There is no port on Windows and other platforms
and I am not planning to do one!
================================================================================================================
Have fun!