News

Contribute to omsanket/FTP-using-UDP-socket-server-client-C-programming development by creating an account on GitHub.
client.c: The program creates a UDP socket and sends commands such as get [file], put [file], delete [file], ls and exit to the server. server.c: The program accepts the command from the client and ...
Simulated a query system for books in a number of libraries. Made communication between the users, the libraries and the central database over TCP and UDP sockets in a network with client-server ...
Socket programming helps to implement the bottom level of network communication, using Application Programming Interface (API). In this paper we propose a method to make a chat room using socket based ...
This paper introduces the application of the client/server(C/S) mode, the concept and the programming principle of the socket based on C/S. The method of software design for the communication between ...