Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pydtnsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
discus
pydtnsim
Commits
6e536587
Commit
6e536587
authored
7 years ago
by
Jarrod Pas
Browse files
Options
Downloads
Patches
Plain Diff
Adds basic README
parent
fcc3728d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Version 0.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+37
-0
37 additions, 0 deletions
README.md
with
37 additions
and
0 deletions
README.md
0 → 100644
+
37
−
0
View file @
6e536587
# pydtn
pydtn is a python module for simulating delay tolerant networks.
Table of Contents:
*
[
Installation
](
#installation
)
*
[
Development
](
#development
)
## Installation
pydtn has been run with Python 3.4 and 3.6.
To install pydtn, simply:
```
$ pip install git+https://git.cs.usask.ca/discus/pydtn.git
```
## Usage
There are examples in the
`examples/`
directory.
## Development
Clone the repository via ssh:
```
$ git clone git@git.cs.usask.ca:discus/pydtn.git
```
or via https:
```
$ git clone https://git.cs.usask.ca/discus/pydtn.git
```
Then install the package and it's dependencies:
```
$ cd pydtn
$ pip install --editable .
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment