Metadata-Version: 2.0
Name: cloud4rpi
Version: 0.1.3
Summary: Cloud4RPi client library
Home-page: https://github.com/cloud4rpi/cloud4rpi
Author: Cloud4RPi team
Author-email: cloud4rpi@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: paho-mqtt

**Cloud4RPi** is a cloud control panel for your `IoT <https://en.wikipedia.org/wiki/Internet_of_things>`__ device.
------------------------------------------------------------------------------------------------------------------

|Build Status|

This package provides a client library that simplifies the connection to
the `Cloud4RPi <https://cloud4rpi.io/>`__ service.

Cloud4RPi Features
------------------

-  Use widgets to display device data and send commands in real time.
-  Control your IoT devices remotely.
-  Connect any device to **Cloud4RPi**.
-  Use `MQTT <https://pypi.python.org/pypi/paho-mqtt>`__ or HTTP to send
   data and receive control commands.

Start Using
-----------

1. Install this package:

   .. code:: bash

       sudo pip install cloud4rpi

2. Get examples for your platform:

   -  `Raspberry
      Pi <https://github.com/cloud4rpi/cloud4rpi-raspberrypi-python>`__:
      ``wget https://github.com/cloud4rpi/cloud4rpi-raspberrypi-python/archive/master.zip && unzip master.zip && rm master.zip && cd cloud4rpi-raspberrypi-python-master``
   -  `C.H.I.P. <https://github.com/cloud4rpi/cloud4rpi-chip-python>`__:
      ``wget https://github.com/cloud4rpi/cloud4rpi-chip-python/archive/master.zip && unzip master.zip && rm master.zip && cd cloud4rpi-chip-python-master``
   -  `Omega2 <https://github.com/cloud4rpi/cloud4rpi-omega2-python>`__:
      ``mkdir c4r && cd c4r && r="https://raw.githubusercontent.com/cloud4rpi/cloud4rpi-omega2-python/master" && wget $r"/omega2.py" $r"/led.py" $r"/rgb_led.py"``

3. Create a free account on `Cloud4RPi <https://cloud4rpi.io>`__.
4. Create a device on the `Devices <https://cloud4rpi.io/devices>`__
   page.
5. Copy the **Device Token** from the device page.
6. Replace the ``__YOUR_DEVICE_TOKEN__`` string in one of the examples
   with your real device token.
7. Run the example with ``python``.
8. Create your own scripts based on the examples.

For detailed instructions, refer to the
`documentation <http://docs.cloud4rpi.io/>`__ and corresponding
repositories.

See Also
--------

-  `GitHub Repository <https://github.com/cloud4rpi/cloud4rpi/>`__
-  `PyPI Package <https://pypi.python.org/pypi/cloud4rpi>`__
-  `Documentation Repository <https://github.com/cloud4rpi/docs>`__
-  `Usage Examples for Raspberry
   Pi <https://github.com/cloud4rpi/cloud4rpi-raspberrypi-python>`__

.. |Build Status| image:: https://travis-ci.org/cloud4rpi/cloud4rpi.svg?branch=master
   :target: https://travis-ci.org/cloud4rpi/cloud4rpi


