Giter Club home page Giter Club logo

iot-python's Introduction

IBM Watson Internet of Things Platform for Python

Python module for interacting with the IBM Watson Internet of Things Platform.

Note: Support for MQTT over SSL requires at least Python v2.7.9 or v3.4, and openssl v1.0.1

Dependencies

Installation

Install the latest version of the library with pip

[root@localhost ~]# pip install ibmiotf

Uninstall

Uninstalling the module is simple.

[root@localhost ~]# pip uninstall ibmiotf

Migrating from v0.1.x to v0.2.x

There is a significant change between the 0.1.x releases and 0.2.x that may require changes to client code. Version 0.1 of the lirbary will remain available, if you do not wish to update your device or application code for the 0.2 release simply install the library using pip install ibmiotf==0.1.8

  • The library now uses typeId, deviceId, and eventId consistently
  • Changes to API support:
    • Mixed use of queryParameters & parameters consolidated to always use parameters
    • retrieveDevices() & getAllDevices() removed. Single getDevices() method remains
    • addMultipleDevices renamed to registerDevices() for consistency with registerDevice() method
    • getAllDeviceTypes() renamed to getDeviceTypes() for consistency with other getResourceTypePlural methods
    • IoTFCReSTException now APIException
    • getDeviceConnectionLogs() renamed getConnectionLogs & restructured to support parameters object instead of deviceTypeId and deviceId
  • As of v0.2.1 the application client only requires two properties to be passed in options: auth-token and auth-key, orgId and auth-method are now determined from the API key provided.

Documentation

iot-python's People

Contributors

amitmangalvedkar avatar benbakowski avatar sathipal avatar slaupster avatar hrhrprasath avatar ind1go avatar phariprasadreddy avatar jeffdare avatar ehsanmasdar avatar mkilivan avatar timjacobi avatar dwc1 avatar istrate avatar vikkipaterson avatar

Watchers

Erik Anderson avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.