Skip to content

sanket2994/hashing-cuckoo-iptuple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a git repository consisting of a library which hashes the ip addresses on the hash table using the ip tuple parameters.
I have implemented it using Cuckoo hashing technique.
The repository also contains two types of servers. 
The one server is using raw sockets to grep packets.
And the other server is only greping packets following TCP or UDP protocol.
The 2nd server is implemented using two ways i.e. Multithreaded approach as well as using poll() fuction.