Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Latest commit

 

History

History

part2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Part 2

Introduction to the IBM Internet of Things Platform

The IBM Internet of Things Platform is a set of services provided on the IBM Cloud to enable you to collect IoT data using MQTT events, we will cover MQTT later in this section. In addition to data ingest, the IoT platfom provides a number of other services to allow you to capture the IoT data into short term storage in a NoSQL database, monitor and analyze the IoT data and archive the data in Cloud Object Storage.

Before connecting the ESP8266 device to the IoT Platform you will configure the platform to allow the device to connect then later in this section you will configure connection security to secure communications between the ESP8266 device and IBM Cloud.

Device Type / Device Creation

This Lab will show you how to register your ESP8266 with the IBM Internet of Things Platform.

Creating the initial application

In this lab you will pull together all the information from part 1 into a single app.

Introduction to the MQTT protocol

In this lab you will learn how to add MQTT messaging to an application.

Introduction to IoT Security techniques

In this Lab you will modify MQTT to use a secure connection.

Adding client certificates

In this lab you will extend the application by enabling client side certificates.