1 месяц назад
История
README.md
UDP-Client-Server-implementation-in-C
A simple implementation of the UDP (User Datagram Protocol) client-server program in the C programming language. Here, both the client and server are going to communicate with each other by exchanging messages.
Blog Post: UDP Client-Server Implementation in C
YouTube Video: UDP Client Server implementation in C | Socket Programming
Exceute the program
Compile the program
$ gcc server.c -o server $ gcc client.c -o client
Run the program
$ ./server 4455 $ ./client 4455
Описание
Просто исследовательский проект клиент-серверного приложения на Си
Конвейеры
0 успешных
0 с ошибкой