Steps to create a distributed logger and a customized grep commands
- You can either go for a peer 2 peer connection or client server model.
- In this example i am assuming that we have four machine.
- First of all we nee to make sure that all machines are connected and they are able to ping each other.
- Following basics of Socket Programming. We need to start a service that will listen for an input connection on a specific port.(Make sure you add an exception to the firewall and open specific port on your router if you are trying to access data outside your home network.