Skip to Content
Hands-On Edge Analytics with Azure IoT
book

Hands-On Edge Analytics with Azure IoT

by Colin Dow
May 2020
Intermediate to advanced
262 pages
6h 48m
English
Packt Publishing
Content preview from Hands-On Edge Analytics with Azure IoT

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The LoRaMessage class is used to send LoRa messages to the gateway device."

A block of code is set as follows:

import pycomimport timepycom.heartbeat(False)while True:    pycom.rgbled(0xFF0000) # Red    time.sleep(1)    pycom.rgbled(0x00FF00) # Green    time.sleep(1)    pycom.rgbled(0x0000FF) # Blue    time.sle

Any command-line input or output is written as follows:

$ sudo apt-get update$ sudo apt-get install moby-engine

Bold: Indicates a new term, an important word, or words that you see onscreen. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

David Jensen

Publisher Resources

ISBN: 9781838829902Supplemental Content