Giter VIP home page Giter VIP logo

python_tools's Introduction

-----------------------------------
Python applications for panStamp
-----------------------------------

pyswap : Python module for SWAP networks. This module can be used by
any applications requiring wireless communication with panStamps and other SWAP devices

SWAPdmt-cmd : Command-line utility for configuring, controlling and upgrading SWAP nodes.
https://github.com/panStamp/panstamp/wiki/SWAPdmt-(command-line-version)

SWAPdmt-gui : GUI version of SWAPdmt. Similar as SWAPdmt-cmd but with fewer features.
https://github.com/panStamp/panstamp/wiki/SWAPdmt-(GUI-version)

lagarto : Open Automation Platform with TCP/IP and SWAP connectivities.
https://github.com/panStamp/panstamp/wiki/lagarto

--------------------------
 INSTALLATION GUIDE
--------------------------

If your OS is Debian, Ubuntu, Raspbian or any other Debian-derivative distribution then you
can easily install the Python applications by running "debian-install.sh":

# sudo sh debian-install.sh

Otherwise, you can install the tools manually by following this step-by-step guide:

Initial Requirements:

1. Python 2.7 and Python development files (python-dev)
2. Python "setuptools" (python-setuptools)

Manual installation:

1. Install Paho MQTT client for Python:

    easy_install paho-mqtt
    
2. Install pyserial (Python module for serial comms):

    easy_install pyserial
    
3. Install Cherrypy (Web server)

    easy_install cherrypy
       
4. Install pycrypto (AES encryption and others)

    easy_install pycrypto
      
5. Install pyswap

    cd pyswap
    python setup.py install

6. If you want to run the graphic version of SWAPdmt, then you will have to install
   wxPython: http://www.wxpython.org/

python_tools's People

Contributors

dberenguer avatar joesc avatar kubaraczkowski avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.