mjksinc / IoTHubDemo

TIC Demo Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoTHubDemo

This repo includes all the code needed to connect you TIC2018 IoT Device to Azure and display the data stream using a web app.

IoTHubDemo includes three files:

  • IoTHubDemo is the primary file that contains headers, initialisations, setup and loop functions
  • Conntectivity contains all the requisite code for configuring the MQTT link to IoT Hub #NOTE# this is where you will put all your IoT Hub information
  • ReadSensors contains all the code for reading measurements from the board and constructing the measurement portion of the payload string

Azure-Web-App-IoT contains all the code to load onto your web server to graph the measurements. Replace the default code in the Web App guide below with this code.

These guides will help you get started:

For more info on the IoT Board, head on over to the TIC2018 repo: https://github.com/telstra/TIC2018

Other useful links

About

TIC Demo Code


Languages

Language:JavaScript 49.9%Language:C++ 46.1%Language:HTML 3.2%Language:CSS 0.8%