Skip to content

Manish396/TCP_Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP_Communication

Socket communication between two machines

Aim

To implement a client server communication using TCP. Where the client program generates some random values "Temp", and "Humidity" and send it to the server. At the server side you have to log this data into the "my.csv" file.