Metadata-Version: 1.1
Name: moteinopy
Version: 0.0.2a0
Summary: Moteino communication module
Home-page: https://github.com/Steinarr134/moteinopy
Author: SteinarrHrafn
Author-email: steinarrrrrrrrrr+moteinopy@gmail.com
License: MIT
Description: 

        =========

        Moteinopy

        =========

        ****************************************

        Direct communication from python to node

        ****************************************

        This module was written to handle communication on a moteino network. `Moteinos <http://lowpowerlab.com/moteino>`_

        are great little arduino clones that have an onboard RFM69 which gives them wireless  capabilities. This makes them great for home automation or similar situation.

        

        This module assumes a setup of the form:

        

        .. image:: http://i.imgur.com/F4kzhbd.png

            :width: 300px

            :align: center

            :height: 300px

            :alt: alternate text

        

        BaseMoteino should be programmed with the BaseSketch that can be found on the `GitHub <https://github.com/Steinarr134/moteinopy>`_

        site. Note that you will have to edit it to match your radio settings.

        I recommend reading through the examples scripts on GitHub to see how to use the module

        

        **************

        How to install

        **************

        Just use  ``pip install moteinopy``
Keywords: moteino communication rfm69
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
