Skip to content

Commit

Permalink
first release simpynet-1.0, setup.py working
Browse files Browse the repository at this point in the history
  • Loading branch information
dido committed Sep 30, 2015
1 parent 5f096fa commit 824bfae
Show file tree
Hide file tree
Showing 123 changed files with 659 additions and 6,978 deletions.
59 changes: 59 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
venv/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
SymPyNet a simulator supporting teaching of computer networks


#SymPyNet (spn) a simulator supporting computer networks teaching.

The name SimPyNet is a composizion of three words that characterise the project:
- Simulator
Expand All @@ -11,4 +13,3 @@ Wwith it is possible to define small networks in all the intenet protocol suit (
and experiment the execution with differetn values.
SimPyNet provides olso a mechanism of Log of the execution and Statistic analysis.
It born as support theaching for the course of computer network in the bachelor degree of Computer Science at Florence University.

Binary file removed examples/selective_repeat.pyc
Binary file not shown.
7 changes: 0 additions & 7 deletions lib/__init__.py

This file was deleted.

Binary file removed lib/__init__.pyc
Binary file not shown.
8 changes: 0 additions & 8 deletions lib/prettytable/__init__.py

This file was deleted.

Binary file removed lib/prettytable/__init__.pyc
Binary file not shown.
Loading

0 comments on commit 824bfae

Please sign in to comment.