| Author: | Michał Kalewski |
|---|---|
| Version: | 3.1.3 |
| Documentation: | http://sim2net.readthedocs.org/en/latest/ |
| License: | MIT License |
Simple Network Simulator (sim2net) is a discrete event simulator of mobile ad hoc networks (MANETs) implemented in Python. The simulator allows us to simulate networks of a given number of nodes that move according to the selected mobility model, run custom applications, and communicate only by sending application messages through wireless links.
There are two possibilities to install the sim2net simulator: with the use
of the pip installation tool, or from the source code obtained from GitHub.
$ sudo pip install sim2netStep 1. Clone the project:
$ git clone git@github.com:mkalewski/sim2net.git sim2net
$ cd sim2netStep 2. Run install:
$ sudo python setup.py install$ sim2net -i .
$ sim2net ./configuration.py ./application.pyThe full documentation can be found on readthedocs.org.