Metadata-Version: 2.0
Name: Pymote
Version: 0.2.2
Summary: A high-level Python library for simulation of distributed algorithms.
Home-page: https://github.com/darbula/pymote
Author: Damir Arbula
Author-email: damir.arbula@gmail.com
License: BSD
Keywords: Networks,Distributed algorithms
Platform: Windows
Platform: Linux
Platform: Mac OSX
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: PySide
Requires-Dist: ipython
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: numpy (==1.7.0)
Requires-Dist: pypng
Requires-Dist: scipy (<=0.12)

.. image:: https://api.travis-ci.org/darbula/pymote.png?branch=master
  :target: http://travis-ci.org/darbula/pymote

.. image:: https://coveralls.io/repos/darbula/pymote/badge.png?branch=master
  :target: https://coveralls.io/r/darbula/pymote?branch=master


Pymote
======

Pymote is a Python package for event based simulation and evaluation of distributed algorithms.

Definition of distributed environment used as specifications for making Pymote are taken mainly from `Design and Analysis of Distributed Algorithms <http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471719978,descCd-description.html>`_ by Nicola Santoro.

Pymote's main goal is to provide framework for fast implementation and simulation of distributed algorithms. In its current initial state it is mainly targeted at algorithms for wireless (sensor) networks but it could be applied to any distributed computing environment (e.g., distributed systems, grid networks, internet, etc.).

.. figure:: docs/install/_images/pymote_console_gui.png
   :align: center

   Pymote is being developed on top of `NetworkX <https://github.com/networkx/networkx/>`_ and is ment to be used along other scientific packages such as SciPy, NumPy and matplotlib. Currently, gui runs on PySide (Qt bindings) and console is jazzy IPython.

Installation
------------

For installation instructions please visit `documentation <https://pymote.readthedocs.org>`_.

Literature
----------

Santoro, N.: *Design and Analysis of Distributed Algorithms*, 2006 `link <http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471719978,descCd-description.html>`_

Arbula, D. and Lenac, K.: *Pymote: High Level Python Library for Event-Based Simulation and Evaluation of Distributed Algorithms*, International Journal of Distributed Sensor Networks, Volume 2013 `link <http://www.hindawi.com/journals/ijdsn/2013/797354/>`_


