Metadata-Version: 2.0
Name: pyrflink
Version: 0.0.2
Summary: A Python library for interfacing with RFLink hardware
Home-page: https://pypi.python.org/pypi/pyrflink
Author: mjj4791
Author-email: mjj4791@gmail.com
License: MIT
Keywords: rflink 433mhz domotica tranceiver
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pyserial

A Python library for interfacing with RFLink hardware
=====================================================

This project contains a library and examples/tools for interacting with 
RFlink 433MHz transceiver.

For details regarding the RFLink hardware, see the RFLink website 
at http://www.nemcon.nl/blog2/ .

Using this library you can create  your own applications built on top of 
the RFLink tranceiver, create RF repeaters or integrate with Homeautomation 
systems.

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

.. code-block:: bash

    $ pip install pyrflink

