123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- TODO:
-
- @ Realization console application:
- - (READY) make simple socket connection
-
- - (READY) create configuration make-file
- for automatical build project
- - (READY) create improve API for sockets looking like classes
-
- - (READY) make message structure to transform packets between server and clients
-
- * create common class for sockets and messages classes
- * make multiclient connection using list
- * create threadpool API
- * design structure to save information of clients
- * create queue messages is based on list
- * make to transform messages between clients using threadpool,
- server work to process messages from clients in multithread mode with queue messages
- * rewrite make to Cmake
- (c) Linux version
- -----------------------------------------------------------
- @ Realization window application:
- *
- (c) Linux version
- ------------------------------------------------------------
- @ Add graphics to window application
- *
- (c) Linux version
- ------------------------------------------------------------
- @ Add support Windows OS for client
|