Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 588 Bytes
This is a network simulator, where some agents communicate each others using numeric tuples.

Not every agent see the others, some links are up and some others are down.
All this is specified in the adjacency_matrix.txt.
(http://en.wikipedia.org/wiki/Adjacency_matrix)

The project is implemented using C and multithreading.

Ubuntu prerequisites:

$ sudo apt-get install libcunit1-doc libcunit1-ncurses libcunit1-ncurses-dev libgsl0-* libplplot-* libgraphviz-dev libblas* gsl-* multitail

Run:

$ make all

$ sudo ./test_lab