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

Benefits of edge computing– Creating Applications on the Edge

To understand the benefits of edge computing, we can illustrate how the edge nodes are positioned, as within the following diagram. Edge nodes are hardware devices or computing platforms situated ... Read MoreRead More

0 Comments

TensorFlow– Creating Applications on the Edge

TensorFlow is an open source software (OSS) library and platform for machine learning (ML) and deep learning (DL) that was developed by the Google Brain team. It is very popularly ... 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

Configuring the connection for the access point – Realizing Wireless Sensor Networks within Smart Spaces

Now, we can configure the connection to the Wi-Fi access point: Figure 5.8 – Configuration menu for the ESP Wi-Fi access point Follow these steps: Click on the Configuration button; ... Read MoreRead More

0 Comments

Practical scenario – step-by-step smart energy monitoring and management system – Realizing Wireless Sensor Networks within Smart Spaces

In this practical project, we will build a monitoring device to monitor the electricity usage of certain electrical devices (we’ll use a power distribution outlet connected to multiple electrical devices ... Read MoreRead More

0 Comments

Models of delivery – Realizing Wireless Sensor Networks within Smart Spaces

The second factor of evaluating networks is understanding how the data delivery process is modeled and how the interactions between the components within the nodes would affect how protocols are ... 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

How they integrate within the system – Realizing Wireless Sensor Networks within Smart Spaces

APIs for WSNs can be provided at different levels, including the operating system level and the network level. An example of such an integration is how TinyOS provides an API ... Read MoreRead More

0 Comments

Memory device – Realizing Wireless Sensor Networks within Smart Spaces

A node should always have the appropriate memory to be able to execute the tasks it needs to get done. This may be in the form of on-chip or external ... Read MoreRead More

0 Comments