- Version:
- 3.1.2
- Documentation:
- 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.
Installation
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.
1. Using the pip installation tool
$ sudo pip install sim2net
2. Manually from the source code
Step 1. Clone the project:
$ git clone git@github.com:mkalewski/sim2net.git sim2net
$ cd sim2net
Step 2. Run install:
$ sudo python setup.py install
“Hello World” example
$ sim2net -i .
$ sim2net ./configuration.py ./application.py
The full documentation can be found on readthedocs.org.
Copyright
Release files for sim2net 3.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sim2net-3.1.2.tar.gz | 40.9 kB | Details |
Release files / sim2net-3.1.2.tar.gz
| Download URL | sim2net-3.1.2.tar.gz |
|---|---|
| Size | 40.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff76153554906a6ca52645f0583d324c9cf6164dbf3f765cbc683bc792bd82fc
|
|
BLAKE2b-256 checksum How to use checksums |
54c3444a7ae7a91f3e1987e4eb1f1ea4aa937aa395e7a3bad3cbe17452144b0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |