Class Summary |
Client |
The Client class is a template class for the luky server client thread. |
ClientExtended |
The ClientExtended class extends the Client class and is created to make a
general listner for servers which communicates with MyEventListners
Revision Changes :
ver 1.00 initial version
ver 1.01 added watchdog
ver 1.02 fixed multithreaded problem
|
Handler |
The Handler class is a template class for the luky server handler thread. |
Server |
Server class is a template class which can be used to create a socket server
program. |