Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.41 KB

6-Python-MQTT-Clients.md

File metadata and controls

31 lines (17 loc) · 1.41 KB

IoT JumpWay Developer Python MQTT Clients

TechBubble IoT JumpWay Docs

Introduction

TechBubble Tecnologies Internet of Things (IoT) JumpWay is an IoT PaaS that allows anyone to connect IoT devices such as Raspberry Pi, Intel Galileo, Arduino, ESP8266 and even phones,PCs, Macs and laptops to the Internet of Things. The various IoT JumpWay libraries and samples allow you to connect devices and sensors to the IoT JumpWay and control/monitor sensors/actuators and data to and from the devices.

The Python MQTT library allows developers to communicate with the TechBubble IoT JumpWay MQTT Broker and provides a number of device and applications examples.

Library Installation

In all cases, whether using devices or applications you first need to install the library.

  • Install the latest version of the library with pip
    [root@localhost ~]# pip install techbubbleiotjumpwaymqtt
  • Upgrade to the latest version of the library with pip
    [root@localhost ~]# pip install techbubbleiotjumpwaymqtt --upgrade

IoT JumpWay Developer Python MQTT Clients GitHub Repo

You can find out more information about the Python MQTT Library by visiting the Official IoT JumpWay Developer Python MQTT Clients Libraries GitHub Repo.