Design, Implementation and Analysis of a Wireless Sensor Network using Message Passing Interface and Open Multi Processing. Further details and analysis in docs/Wireles-Sensor Network-Simulation-using-MPI-Report.pdf
Base Station Runs in a constant loop until the user quits, periodically checking for messages from the sensors.
To quit, user inputs 10 into input txt file.
To compile the program run
make
To run the program run the following line of code and follow the commands in terminal
make run
To quit type in "10" into inputStation.txt
To perform cleanup run
make clean