• Stars
    star
    187
  • Rank 206,464 (Top 5 %)
  • Language
    Python
  • License
    Eclipse Public Li...
  • Created over 10 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python Package and samples for connecting to Maximo IoT and IBM Watson IoT Platform

Python for IBM Watson IoT Platform

Build Status Coverage Status GitHub issues GitHub PyPI Downloads Downloads Code Style: Black

Python module for interacting with the IBM Watson IoT Platform.

Note: As of version 0.12, versions of Python less than 3.6 are not officially supported. Compatability with older versions of Python is not guaranteed.

Product Withdrawal Notice

Per the September 8, 2020 announcement IBM Watson IoT Platform (5900-A0N) has been withdrawn from marketing effective December 9, 2020. As a result, updates to this project will be limited.

Dependencies

Installation

Install the latest version of the library with pip

# pip install wiotp-sdk

Uninstall

Uninstalling the module is simple.

# pip uninstall wiotp-sdk

Legacy ibmiotf Module

Version 0.4.0 of the old ibmiotf pre-release is still available, if you do not wish to upgrade to the new version, we have no plans to remove this from pypi at this time, however it will not be getting any updates.

Documentation

https://ibm-watson-iot.github.io/iot-python/

Supported Features

  • Device Connectivity: Connect your device(s) to Watson IoT Platform with ease using this library
  • Gateway Connectivity: Connect your gateway(s) to Watson IoT Platform with ease using this library
  • Application connectivity: Connect your application(s) to Watson IoT Platform with ease using this library
  • Watson IoT API: Support for the interacting with the Watson IoT Platform through REST APIs
  • SSL/TLS: By default, this library connects your devices, gateways and applications securely to Watson IoT Platform registered service. Ports 8883 (default) and 443 support secure connections using TLS with the MQTT and HTTP protocol. Support for MQTT with TLS requires at least Python v2.7.9 or v3.5, and openssl v1.0.1
  • Device Management for Device: Connects your device(s) as managed device(s) to Watson IoT Platform.
  • Device Management for Gateway: Connects your gateway(s) as managed device(s) to Watson IoT Platform.
  • Device Management Extensions: Provides support for custom device management actions.
  • Scalable Applications: Supports load balancing of MQTT subscriptions over multiple application instances.
  • Auto Reconnect: All clients support automatic reconnect to the Platform in the event of a network interruption.
  • Websockets: Support device/gateway/application connectivity to Watson IoT Platform using WebSocket

Unsupported Features

More Repositories

1

iot-nodejs

Client libraries and samples for connecting to IBM Watson IoT using nodejs
JavaScript
177
star
2

blockchain-samples

Samples demonstrating the use of Blockchain with IBM Watson IoT
Go
168
star
3

iot-java

Client libraries and samples for connecting to IBM Watson IoT using Java
Java
53
star
4

iot-beaglebone

This repository contains sample(s) for connecting TI BeagleBone devices to the IBM Internet of Things Foundation
16
star
5

functions

A companion package to IBM Maximo asset monitor pipeline containing sample functions and base classes from which to derive custom functions
Python
10
star
6

gateway-smartthings

Gateway application to connect Samsung SmartThings to Watson IoT
Groovy
9
star
7

iot-docs

Documentation
8
star
8

grafana4iot

Visualization & dashboard solution for Watson IoT connected devices based on Grafana, Graphite & Statsd
Dockerfile
7
star
9

gateway-hue

Gateway application to connect a Phillips Hue bridge to Watson IoT
Python
4
star
10

iot-simplelink

Sample IBM Internet of things client for Texas Instruments SimpleLink Wi-Fi CC3200 LaunchPad
3
star
11

connector-messagehub

Stream event data from Watson IoT into MessageHub
Java
3
star
12

maximo-asset-monitor-sdk

Provides an SDK for Maximo asset monitor API
Python
1
star
13

iot-galileo

This repository contains sample(s) for connecting Intel Galileo devices to the IBM Internet of Things Foundation
1
star
14

swagger-java

Java
1
star
15

connector-cloudant

Stream event data from Watson IoT into Cloudant
Python
1
star
16

connector-statsd

Stream event data from Watson IoT into statsd
Python
1
star
17

gateway-lightify

Gateway application to connect an OSRAM Lightify hub to Watson IoT
Python
1
star