A Simple TCP & UDP Socket Library. An update from that of Hiroshi Yamaguchi.

Auto generated API documentation and code listings for SimpleSocket

Classes

ClientSocket Client socket class for communication endpoint
DatagramError Wrapper class of UDPSocketErr
DatagramEvent Wrapper class of UDPSocketEvent
DatagramSocket Datagram socket class for UDP
Resolver Simple DNS resolver
ServerSocket Server socket class for handling incoming communication requests
SocketError Wrapper class of TCPSocketErr
SocketEvent Wrapper class of TCPSocketEvent

Code

ClientSocket.cpp [code]
DatagramSocket.cpp [code]
Debug.h [code]
EventsErrors.cpp [code]
Resolver.cpp [code]
ServerSocket.cpp [code]
SimpleSocket.h [code]