项目作者: hologram-io

项目描述 :
Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
高级语言: Python
项目地址: git://github.com/hologram-io/hologram-python.git
创建时间: 2017-01-25T23:13:01Z
项目社区:https://github.com/hologram-io/hologram-python

开源协议:MIT License

下载


hologram-python

PyPI version
Python package
Coverage Status

Introduction

The Hologram Python Device SDK provides a simple way for devices to connect
and communicate with the Hologram or other IoT platforms. You can activate, provision,
send messages, receive inbound access connections, send/receive SMS, and
setup secure tunnels.

The SDK also supports networking interfaces for WiFi in addition to Cellular
in the spirit of bringing connectivity to your devices.

Installation

Requirements:

You will need ppp and Python 3.9 installed on your system for the SDK to work.

We wrote scripts to ease the installation process.

Please run this command to download the script that installs the Python SDK:

curl -L hologram.io/python-install | bash

Please run this command to download the script that updates the Python SDK:

curl -L hologram.io/python-update | bash

If everything goes well, you’re done and ready to use the SDK.

Directory Structure

  1. tests - This contains many of Hologram SDK unit tests.
  2. scripts - This directory contains example Python scripts that utilize the Python SDK.
  3. Hologram - This directory contains all the Hologram class interfaces.
  4. Exceptions - This directory stores our custom Exception used in the SDK.

You can also find more documentation here.

Support

Please feel free to reach out to us if you have any questions/concerns.