Hands-On-MQTT-Programming-with-Python

所属分类:通讯编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-01-30 08:40:11
上 传 者sh-1993
说明:  Packt发布的《使用Python进行动手MQTT编程》,
(Hands-On MQTT Programming with Python, published by Packt,)

文件列表:
Chapter04/ (0, 2023-01-30)
Chapter04/mqtt_python_gaston_hillar_04_01/ (0, 2023-01-30)
Chapter04/mqtt_python_gaston_hillar_04_01/config.py (830, 2023-01-30)
Chapter04/mqtt_python_gaston_hillar_04_01/script_01.txt (715, 2023-01-30)
Chapter04/mqtt_python_gaston_hillar_04_01/subscribe_with_paho.py (1172, 2023-01-30)
Chapter04/mqtt_python_gaston_hillar_04_01/vehicle_commands.py (2079, 2023-01-30)
Chapter04/mqtt_python_gaston_hillar_04_01/vehicle_mqtt_client.py (7503, 2023-01-30)
Chapter05/ (0, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/ (0, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/config.py (830, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/script_01.txt (494, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/script_02.txt (2309, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/subscribe_with_paho.py (1172, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/vehicle_commands.py (2079, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/vehicle_mqtt_client.py (7500, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_01/vehicle_mqtt_remote_control.py (3103, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/ (0, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/config.py (830, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/script_01.txt (494, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/script_02.txt (2309, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/subscribe_with_paho.py (1172, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/vehicle_commands.py (2079, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/vehicle_mqtt_client.py (7500, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_02/vehicle_mqtt_remote_control.py (3364, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/ (0, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/config.py (830, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/script_01.txt (494, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/script_02.txt (2309, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/subscribe_with_paho.py (1172, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/vehicle_commands.py (2079, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/vehicle_mqtt_client.py (7500, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_03/vehicle_mqtt_remote_control.py (3385, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/ (0, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/config.py (830, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/script_01.txt (494, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/script_02.txt (2309, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/subscribe_with_paho.py (1172, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/vehicle_commands.py (2079, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/vehicle_mqtt_client.py (7500, 2023-01-30)
Chapter05/mqtt_python_gaston_hillar_05_04/vehicle_mqtt_remote_control.py (3407, 2023-01-30)
... ...

# Hands-On MQTT Programming with Python This is the code repository for [Hands-On MQTT Programming with Python](https://www.packtpub.com/application-development/hands-mqtt-programming-python?utm_source=github&utm_medium=repository&utm_campaign=9781789138542), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the book from start to finish. ## About the Book Python is an excellent language to use to write code and have fun by prototyping applications quickly. The presence of lots of third-party libraries, also known as batteries, makes it even more easier and faster to prototype an application or to implement a new algorithm. If you are interested in creating the building blocks for many practical web and networking applications that rely on networking protocols then this book is a must-have. This book highlights major aspects of network programming in Python starting from writing simple networking clients, to developing complex screen-scraping and network security monitoring scripts. It creates the building blocks for many practical web and networking applications that rely on various networking protocols. This book presents the power and beauty of Python in solving the numerous real-world tasks in the area of network programming, system and network administration, network monitoring, and web-application development. This book develops your ability to solve a wide range of network programming tasks in Python. We will start by exploring the Python standard library functions to create client/server network and manipulate your local networking resources available under both IPv4 and IPv6. The practical focus continues with creating web and email clients, scraping web pages, fetching information from various websites, and searching for information on the Web such as Amazon, Flickr, and other sites. It further develops your skills to analyze your network security vulnerabilities using advanced network packet capture and analysis techniques. ## Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. The code will look like the following: ``` @staticmethod def on_subscribe(client, userdata, mid, granted_qos): print("I've subscribed with QoS: {}".format( granted_qos[0])) ``` You need a basic knowledge of Python 3.6.x and IoT boards. ## Related Products * [Mastering Python Networking - Second Edition](https://www.packtpub.com/networking-and-servers/mastering-python-networking-second-edition?utm_source=github&utm_medium=repository&utm_campaign=9781789135992) * [Python Network Programming Cookbook - Second Edition](https://www.packtpub.com/networking-and-servers/python-network-programming-cookbook-second-edition?utm_source=github&utm_medium=repository&utm_campaign=9781786463999) * [Mastering Python Data Analysis with Pandas [Video]](https://www.packtpub.com/big-data-and-business-intelligence/mastering-python-data-analysis-pandas-video?utm_source=github&utm_medium=repository&utm_campaign=9781787280083) ### Download a free PDF If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789138542


近期下载者

相关文件


收藏者