Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 668 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 668 Bytes

Network-Programming using C

HOW TO USE

  • Using GCC at least 4.x.x to compile
  • Server:
    • gcc -o server server.c
    • ./server
  • Client:
    • gcc -o client client.c
    • ./client localhost

NOTE

  • Some project has lib math.h so you have to add -lm after the command to compile without error.

LIST PROJECT TCP

  • Count String Length
  • Echo Reply
  • Check Prime Number
  • Count Letter 'x'
  • Count Word
  • Check Right Triangle
  • Remove ONE Space
  • Simple Calculator
  • Reversed Text
  • Login Server
  • Transfer Content File
  • Transfer Matrix Text File
  • Ceaser Cipher

LIST PROJECT UDP

  • Echo Reply
  • Login Server
  • Simple Calculator
  • Simple Chat
  • 2D Matrix