Skip to content

rda1902/echo_srv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Description:

 ECHO server based on libev.
 Accept new connection, receive data and send it back
 to connected client.

How to run:

make & ./echo_srv [port_number], where port_number port which server
will listen for a new connections. Default port number - 1025.
For a stop execution, just press: <Ctrl+C> keys combination.

Required libev for compilation and work.

Author:
    Andrey Andruschenko <[email protected]>

License:
    Public domain

Blog post:
    https://fpbrain.blogspot.com/2016/11/echo-libev.html

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%