Libevent – An Asynchronous Event Notifications Library For Client/Server Communications : Recently I used Libevent library for one of my project , added all of the references and tutorial here which I found useful during my search!
References :
Very Important Tutorial :
http://www.binarytides.com/multiple-socket-connections-fdset-select-linux/
Libevent Tutorial :
http://www.wangafu.net/~nickm/libevent-book/
apt-get install libevent-dev Reading package lists… Done Building dependency tree Reading state information… Done The following extra packages will be installed: libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5 The following NEW packages will be installed: libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-
Parsing a TCP Packet Data
http://stackoverflow.com/questions/27296160/parsing-a-tcp-packet-data
A TCP echo server that keeps track of the
* number of connection requests and allows
* the user to query this count and to terminate
* the server from stdin. It multiplexes two different
* kinds of events:
https://www.cs.cmu.edu/afs/cs/academic/class/15213-f99/www/class26/selectserver.c
Libevent-Demo
https://gist.github.com/reddragon/e8a706d527bb77822ab3
Tutorial of LibEvent
http://blog.gaurav.im/2014/12/15/a-gentle-intro-to-libevent/
LibEvent Socket Example
http://stackoverflow.com/questions/25133554/libevent-socket-client-example
BufferEvents in LibEvents
Multi-Threaded Libevent Server Example
https://sourceforge.net/projects/libevent-thread/
LibEvent Examples
http://roncemer.com/software-development/multi-threaded-libevent-server-example/
LibEvent Client Server
https://github.com/mike-bourgeous/cliserver/blob/master/cliserver.c
cliserver: An Example Libevent-based Socket Server
https://blog.mikebourgeous.com/2011/01/13/cliserver-an-example-libevent-based-socket-se/
LibEvent Echo Server Tutorial
https://www.pacificsimplicity.ca/blog/libevent-echo-server-tutorial
TCPClient By LibEvent
http://stackoverflow.com/questions/14169971/how-to-create-tcp-client-by-libevent
Libevent Echo Server
https://www.pacificsimplicity.ca/blog/libevent-echo-server-tutorial
UDP Listener/Receiver with libevent
http://prakharprakhar.blogspot.in/2009/12/udp-listenerreceiver-with-libevent.html
libevent echo server example using buffered events.
https://github.com/sauravn/tupleserver/blob/master/tupleserver.c
MultiPlex-Socket
https://github.com/hzxie/Multiplex-Socket
MultiPlex-UDP-TCP
https://github.com/Biunovich/Multiplex_UDP_TCP
LibEvent Examples :
https://github.com/jasonish/libevent-examples/blob/master/echo-server/libevent_echosrv2.c
LibEvent Example :
https://github.com/jasonish/libevent-examples
LibEvent in C++
https://github.com/grizzlybears/tevpp
WebServer in Libevent CPlusPlus
Simple webserver using libevent
FTP server side implementation based on libevent
https://github.com/vanbreaker/event_ftp_server