Getting the software requirements– Creating Applications on the Edge

To run the code needed for the practical, if you are running under the Windows environment, we need to install several programs, as follows: Python 3: Download it from https://www.python.org/ftp/python/3.9.9/python-3.9.9-amd64.exe. ... Read MoreRead More

0 Comments

Technical requirements – Creating Applications on the Edge

Edge computing is a nascent technology that facilitates the processing of data near or at its point of generation, rather than in a central hub such as the cloud. This ... Read MoreRead More

0 Comments

WebSocket APIs – Realizing Wireless Sensor Networks within Smart Spaces

WebSockets are used for two-way communication over a single, long-lived connection between a client and a server. This makes them popular within WSNs as they provide low-latency communication between devices ... Read MoreRead More

0 Comments

Design considerations – Realizing Wireless Sensor Networks within Smart Spaces

When considering the design of your WSN, there are several factors to take into account. Three of these are the connectivity that you will have at the location, the priority ... Read MoreRead More

0 Comments

Choosing between different sensor technologies – Realizing Wireless Sensor Networks within Smart Spaces

Choosing from the numerous existing sensor technologies to build the networks we have in mind can be quite a daunting task. In this section, we will show you how to ... Read MoreRead More

0 Comments

Technical requirements – Realizing Wireless Sensor Networks within Smart Spaces

Wireless sensor networks (WSNs) consist of small, low-powered devices equipped with sensors, microcontrollers, and wireless communication capabilities. They consist of tiny sensor nodes that can communicate with each other and ... Read MoreRead More

0 Comments

Summary – Examining Communication and Connectivity Technologies

In this chapter, we learned more about communication and connectivity protocols, understanding how to apply long-range protocols to the networking knowledge that we gained in Chapter 2, Understanding and Designing ... Read MoreRead More

0 Comments

Examining edge cases for protocol selection and operation – Examining Communication and Connectivity Technologies

In industry-based settings, we will often encounter scenarios where we must figure out the best solutions when it comes to edge cases. Edge cases, in this context, are cases where ... Read MoreRead More

0 Comments

Infrastructure protocols – Examining Communication and Connectivity Technologies

Many protocols usually lie on network infrastructure, but for this book, we will be covering two of the most popular communication technologies that are based on IoT: IPv6 and RPL. ... Read MoreRead More

0 Comments

Allocating resources – Examining Communication and Connectivity Technologies

Allocating resources effectively is an important consideration when building IoT networks because often, we will face constraints in the resources that we have to build them. In this subsection, we ... Read MoreRead More

0 Comments