Skip to content

Jadamka/simple-network-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

simple-network-communication

Very simple client/server using TCP. Server sends message to the client.

How to use

  1. Compile the code:
    gcc server.c -o server
    gcc client.c -o client
  2. Run the server:
    ./server <port>
    
  3. Run the client:
    ./client <address> <port>
    

Usage Example

S2 S1

Releases

No releases published

Packages

No packages published

Languages