|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBOOKCENTRAL_ocn983732057 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr |n|---||||| |
008 |
170422s2017 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d IDEBK
|d MERUC
|d YDX
|d OCLCQ
|d CHVBK
|d OCLCF
|d OCLCQ
|d OCLCO
|d LVT
|d CNCEN
|d OCLCQ
|d OCLCO
|d REDDC
|d K6U
|d OCLCQ
|d OCLCO
|d OCLCL
|
019 |
|
|
|a 983347713
|a 983522511
|a 983978262
|a 985842850
|a 986137442
|a 986384501
|a 1002192605
|a 1083319668
|
020 |
|
|
|a 9781787285149
|
020 |
|
|
|a 1787285146
|
020 |
|
|
|z 1787287815
|
029 |
1 |
|
|a AU@
|b 000066233128
|
029 |
1 |
|
|a CHNEW
|b 000961399
|
029 |
1 |
|
|a CHVBK
|b 49169802X
|
029 |
1 |
|
|a AU@
|b 000069026670
|
035 |
|
|
|a (OCoLC)983732057
|z (OCoLC)983347713
|z (OCoLC)983522511
|z (OCoLC)983978262
|z (OCoLC)985842850
|z (OCoLC)986137442
|z (OCoLC)986384501
|z (OCoLC)1002192605
|z (OCoLC)1083319668
|
037 |
|
|
|a 1006335
|b MIL
|
050 |
|
4 |
|a T55.4-60.8
|
082 |
0 |
4 |
|a 004.165
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hillar, Gaston C.
|
245 |
1 |
0 |
|a MQTT Essentials - A Lightweight IoT Protocol.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2017.
|
300 |
|
|
|a 1 online resource (273 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgment; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Lightweight Messaging with MQTT 3.1.1 and Mosquitto; Understanding convenient scenarios for the MQTT protocol; Working with the publish-subscribe pattern; Working with message filtering; Understanding the MQTT puzzle -- clients, servers, and connections; Installing a Mosquitto broker on Ubuntu Linux; Installing a Mosquitto broker on macOS; Installing a Mosquitto broker on Windows; Subscribing to topics; Publishing messages.
|
505 |
8 |
|
|a Unsubscribing from topicsWorking with best practices when creating topics; Understanding wildcards; Learning about the different Quality of Service levels; Working with at least once delivery; Working with exactly once delivery; Test your knowledge; Summary; Chapter 2: Securing an MQTT Mosquitto Server; Securing a Mosquitto server; Generating a private certificate authority to use TLS with Mosquitto; Creating a certificate for the Mosquitto server; Configuring TLS transport security in Mosquitto; Testing the MQTT TLS configuration with MQTT.fx; Testing the MQTT TLS configuration with MQTT-spy.
|
505 |
8 |
|
|a Creating a certificate for each MQTT clientConfiguring TLS client certificate authentication in Mosquitto; Testing the MQTT TLS client authentication with MQTT.fx; Testing the MQTT TLS configuration with MQTT-spy; Forcing the TLS protocol version; Test your knowledge; Summary; Chapter 3: Controlling a Drone with Python; Understanding the requirements to control a drone with MQTT; Defining the topics and commands; Installing paho-mqtt for Python; Connecting the client to the MQTT server with Python; Understanding callbacks; Subscribing to topics with Python.
|
505 |
8 |
|
|a Creating a class to represent a droneReceiving messages with Python; Processing commands with Python; Sending messages with Python; Working with the network loop with Python; Test your knowledge; Summary; Chapter 4: Interacting with Sensors in Java; Understanding the requirements; Defining the topics and commands; Installing the Eclipse Paho Java Client; Creating a security helper class to establish a TLS secured connection; Configuring a TLS secured connection in Java; Working with asynchronous notifications and callbacks in Java.
|
505 |
8 |
|
|a Subscribing to topics and understanding notification events in JavaProcessing commands that interact with sensors in Java; Working with last will and testament in Java; Publishing messages with commands to target sensors; Test your knowledge; Summary; Chapter 5: Controlling Home Automation in JavaScript; Understanding the requirements; Defining the topics and commands to control home automation; Enabling WebSockets for a Mosquitto server; Testing WebSockets with the Eclipse Paho client JavaScript utility; Understanding the Eclipse Paho JavaScript asynchronous client.
|
500 |
|
|
|a Creating an HTML 5 web page to control LEDs.
|
520 |
|
|
|a Send and receive messages with the MQTT protocol for your IoT solutions. About This Book Make your connected devices less prone to attackers by understanding practical security mechanisms Dive deep into one of IoT's extremely lightweight machines to enable connectivity protocol with some real-world examples Learn to take advantage of the features included in MQTT for IoT and Machine-to-Machine communications with complete real-life examples Who This Book Is For This book is a great resource for developers who want to learn more about the MQTT protocol to apply it to their individual IoT projects. Prior knowledge of working with IoT devices is essential. What You Will Learn Understand how MQTTv3.1 and v3.1.1 works in detail Install and secure a Mosquitto MQTT broker by following best practices Design and develop IoT solutions combined with mobile and web apps that use MQTT messages to communicate Explore the features included in MQTT for IoT and Machine-to-Machine communications Publish and receive MQTT messages with Python, Java, Swift, JavaScript, and Node.js Implement the security best practices while setting up the MQTT Mosquitto broker In Detail This step-by-step guide will help you gain a deep understanding of the lightweight MQTT protocol. We'll begin with the specific vocabulary of MQTT and its working modes, followed by installing a Mosquitto MQTT broker. Then, you will use best practices to secure the MQTT Mosquitto broker to ensure that only authorized clients are able to publish and receive messages. Once you have secured the broker with the appropriate configuration, you will develop a solution that controls a drone with Python. Further on, you will use Python on a Raspberry Pi 3 board to process commands and Python on Intel Boards (Joule, Edison and Galileo). You will then connect to the MQTT broker, subscribe to topics, send messages, and receive messages in Python. You will also develop a solution that interacts with sensors in Java by working with MQTT messages. Moving forward, you will work with an asynchronous API with callbacks to make the sensors interact with MQTT messages. Following the same process, you will develop an iOS app with Swift 3, build a website that uses WebSockets to connect to the MQTT broker, and control home automation devices with HTML5, JavaScript code, Node.js and MQTT messages Style and approach This step-by-step guide describes the MQTT protocol for your IoT projects Downloading the example code for ...
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Mobile computing.
|
650 |
|
6 |
|a Informatique mobile.
|
650 |
|
7 |
|a Mobile computing
|2 fast
|
758 |
|
|
|i has work:
|a MQTT Essentials - A Lightweight IoT Protocol (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCYdpTYD89TfJQd4rmYjm7d
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Hillar, Gaston C.
|t MQTT Essentials - A Lightweight IoT Protocol.
|d Birmingham : Packt Publishing, ©2017
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4843314
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4843314
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis37504271
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14213164
|
994 |
|
|
|a 92
|b IZTAP
|