TheAlgorithms-C/client_server
Nikhill Vombatkere d8804a60ab
Remote Command Execution Using UDP Client Server Model (& Merging Branch Locally) (#930)
* TCP Full Duplex Server Client Communication

* Changes made to successfully complete 5th Check

* Update client_server/tcp_full_duplex_server.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* Update tcp_full_duplex_client.c

* Update client_server/tcp_full_duplex_client.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Fix Typos In Full Duplex TCP & Add Remote Command Execution Using UDP

* updating DIRECTORY.md

* Update settings.json

* Update client_server/remote_command_exec_udp_client.c

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-01-11 23:50:57 +05:30
..
client.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
CMakeLists.txt [enhancement] updated cmake checks (#581) 2020-07-23 10:44:18 -04:00
remote_command_exec_udp_client.c Remote Command Execution Using UDP Client Server Model (& Merging Branch Locally) (#930) 2022-01-11 23:50:57 +05:30
remote_command_exec_udp_server.c Remote Command Execution Using UDP Client Server Model (& Merging Branch Locally) (#930) 2022-01-11 23:50:57 +05:30
server.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
tcp_full_duplex_client.c Remote Command Execution Using UDP Client Server Model (& Merging Branch Locally) (#930) 2022-01-11 23:50:57 +05:30
tcp_full_duplex_server.c Remote Command Execution Using UDP Client Server Model (& Merging Branch Locally) (#930) 2022-01-11 23:50:57 +05:30
tcp_half_duplex_client.c feat: TCP Client Server Half Duplex Communication (#853) 2021-09-07 21:24:20 +05:30
tcp_half_duplex_server.c feat: TCP Client Server Half Duplex Communication (#853) 2021-09-07 21:24:20 +05:30
udp_client.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00
udp_server.c [enhancement] Client_server folder code updated for windows OS as well. (#577) 2020-07-21 22:59:18 -04:00