Newer
Older
pydtnsim is a python module for simulating delay tolerant networks.
Table of Contents:
* [Installation](#installation)
* [Development](#development)
## Installation
$ pip install git+https://git.cs.usask.ca/discus/pydtnsim.git
```
## Usage
There are examples in the `examples/` directory.
## Development
Clone the repository via ssh:
```
$ git clone git@git.cs.usask.ca:discus/pydtnsim.git
$ git clone https://git.cs.usask.ca/discus/pydtnsim.git
```
Then install the package and it's dependencies:
```