Harrison Zhao David Katz Eli Friedman
A distributed histogram equalization program. The clients connect to a master computer and receive the ip address and port of a consumer which will process their images. The client connects to that consumer, sends the image and receives the histogram equalized image!
make runMaster MP=(masters_serverSocketPort) LIP=(leader's_ipAddress) LP=(leader's_port)
NOTE: if SP == SEP && leader's_ipAddress==localhost, this will make the master the leader
make runConsumer IP=(masters_ip_address) PORT=(masters_serverSocketPort) MYPORT=(consumer's port)
make runClient IP=(masters_ip_address) PORT=(masters_serverSocketPort) IMGS=(the filename containing a list of newline separated images that you want processed)