Wednesday 4 September 2013

Steps to create a distributed logger and a customized grep commands


  1. You can either go for a peer 2 peer connection or client server model.
  2. In this example i am assuming that we have four machine.
  3. First of all we nee to make sure that all machines are connected and they are able to ping each other.
  4. 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.