OsGate.org
  
Feed RSS
Write an echo server with C
Script and coding Script and coding Date 05.03.2012 Visits 338

tags: inetd c programming tcp udp network


This OpenCont will explain how to write a small echo server for both TCP and UDP. The server is written in C and it uses sockets to communicate with the client.