Cloud4RPi client library
Project description
Cloud4RPi is a cloud control panel for your IoT device.
This package provides a client library that simplifies the connection to the Cloud4RPi 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 or HTTP to send data and receive control commands.
Start Using
Install this package:
Install the library using your preferred Python version. The following command installs and integrates Cloud4RPi with your OS’s default Python interpreter (usually Python 3):
sudo pip3 install cloud4rpi
If you are using Python 2, use the following command:
sudo python2 -m pip install cloud4rpi
Get examples for your platform:
Raspberry Pi: 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.: wget https://github.com/cloud4rpi/cloud4rpi-chip-python/archive/master.zip && unzip master.zip && rm master.zip && cd cloud4rpi-chip-python-master
Omega2: r="https://raw.githubusercontent.com/cloud4rpi/cloud4rpi-omega2-python/master" && wget $r"/omega2.py" $r"/led.py" $r"/rgb_led.py"
Create a free account on Cloud4RPi.
Create a device on the Devices page.
Copy the Device Token from the device page.
Replace the __YOUR_DEVICE_TOKEN__ string in one of the examples with your real device token.
Run the example with python (if you use ESP8266, upload the required files to the board and reset it).
Create your own scripts based on the examples.
For detailed instructions, refer to the documentation and corresponding repositories.
See Also
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cloud4rpi-1.1.1.tar.gz
.
File metadata
- Download URL: cloud4rpi-1.1.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b37ffe82aa317bdb3251e273d171bc78316dfeb53c9be7bc145d1f78e3bc3d5a |
|
MD5 | 43897650f025692ffc83f20925f1d3dc |
|
BLAKE2b-256 | 66dc05957b4fbf4df4205ff1e96397f8f093e8eca200ef8a6987a0c5041d929a |
File details
Details for the file cloud4rpi-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: cloud4rpi-1.1.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 846c900814e047b5f9ca8ebc4b379e52d6d645304d7ae63c66569ab8786fa0f8 |
|
MD5 | 91161159a90b2ca59c3934f078341aec |
|
BLAKE2b-256 | e269b96783971b3f0e020ba36bb140ee9098f9c52f09cf6a5708351f59a59713 |