Skip to content

dhruvinmakwana/Distributed-Grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Distributed Grep

Advanced GREP command line utility to implement a simple command to search whole words in two files using distributed processing using sockets.

Workflow

  • The server and the client are required to run on two different machines.
  • The communication between the client and the server will be through sockets
  • The server must start running before the client, and wait for a connection from the client.
  • The server must run in an infinite loop.

Demo

Demo.dgrep.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages