todo 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. TODO:
  2. @ Realization console application:
  3. - (READY) make simple socket connection
  4. - (READY) create configuration make-file
  5. for automatical build project
  6. - (READY) create improve API for sockets looking like classes
  7. - (READY) make message structure to transform packets between server and clients
  8. * create common class for sockets and messages classes
  9. * make multiclient connection using list
  10. * create threadpool API
  11. * design structure to save information of clients
  12. * create queue messages is based on list
  13. * make to transform messages between clients using threadpool,
  14. server work to process messages from clients in multithread mode with queue messages
  15. * rewrite make to Cmake
  16. (c) Linux version
  17. -----------------------------------------------------------
  18. @ Realization window application:
  19. *
  20. (c) Linux version
  21. ------------------------------------------------------------
  22. @ Add graphics to window application
  23. *
  24. (c) Linux version
  25. ------------------------------------------------------------
  26. @ Add support Windows OS for client