Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 783 Bytes

File metadata and controls

28 lines (23 loc) · 783 Bytes

Wireless Sensor Network Simulation Using MPI and Open MP

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

Implementation Description

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.

Running the program

Building

To compile the program run

make

Running

To run the program run the following line of code and follow the commands in terminal

make run

Quiting

To quit type in "10" into inputStation.txt

Cleanup

To perform cleanup run

make clean