Skip to content

MahyarTabari/socket-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

socket programming

simple programs for understanding socket programming concepts

Getting Started

Dependencies

  • these codes are intended to be used in UNIX-like operating systems

compilation and execution

  • to compile the programs navigate to the directory containing the source code, then simply run :
gcc -o app app.c
  • to run the compiled program :
./app [specified arguments]

License

This project is licensed under the MIT License

About

UNIX network programming with C

Topics

Resources

License

Stars

Watchers

Forks

Languages