Introducing Eclipse IoT; The services, Project, and Architecture

by Jun 2, 2021IoT Cloud

The Internet of Things (IoT) has recently become one of the most significant tools in the technology industry. It gives us the ability to link a variety of devices. It also opens up a world of possibilities for developing innovative systems and products in almost every field. On the other hand, closed proprietary technologies characterize the current structure of the IoT market. Therefore it limits compatibility between solutions and locks consumers into a specific system. IoT can only succeed if it is based on the same ideals that have made the Internet successful. In short, we require open standards and an open-source IoT community to drive innovation in the IoT industry. Eclipse IoT is the answer to this problem.

This tutorial will look at one of the popular IoT communities known as the Eclipse IoT community. Also, we will take a look at the Smarthome project, one of Eclipse’s services. Finally, we will go through Eclipse Hono and Eclipse Hawkbit.

Introduction to Eclipse IoT

It is a collaborative space where peers develop projects that serve as the basis for our IoT products. In other words, It is a linkup of industry and academia to lay the foundation of IoT. Owing to it to create a set of open-source technologies. Hence their focus is always on; Producing open-source implementations of IoT standard generation. In addition to this, developing open-source frameworks and services for use in IoT solutions. Moreover, growing tools for IoT builders.

Standards and Protocols

Mosquitto provides a server implementation of MQTT.
Californium is a Java implementation of Constrained Application Protocol.
OM2M implements the OneM2M specification, which is a set of Java and OSGi utilities.
Wakaama is a system and service management platform based on the OMA Lightweight M2M protocol. Wakaama is written in C and can run on POSIX-compliant machines.

Services and Frameworks

Eclipse SmartHome is a Java and OSGi set of services for home automation integration. This project creates a single point of entry for a variety of home automation systems and protocols.
Ponte is a mediator who will link various IoT norms. These specifications are accessible through a REST API.
Krikkit is a project that aims to specify rules for messages passing across edge devices.
Mihini is a Lua-based platform for building IoT and M2M gateway apps. A closely related project, Koneki, incorporates a Lua IDE and makes it simple to launch Mihini applications.

Eclipse IoT- Smarthome

Eclipse SmartHome is an Eclipse Foundation-hosted Internet of Things (IoT) project. It is, more generally, a platform that enables consumers to create smart home applications with diverse ecosystems. That is solutions that interact with the convergence of several protocols or standards. Its goal is to give standard access to devices and make them easy to use. This architecture contains a set of OSGi packages. We can install them on an OSGi runtime and describe OSGi resources as extension points. The stack can function on any device that can operate an OSGi stack, like multi-core servers, residential gateways.

credits: https://i.pinimg.com/originals/60/20/40/602040de301c19bfe9abfca29a9c8110.png

Although we can use Eclipse SmartHome by itself, we use it as a base for developing smart home solutions. The openHAB project, which is both open-source and the source of the Eclipse SmartHome project, is one of these approaches. The project focuses on developing an IoT integration network by connecting devices from different providers. That uses various protocols and, by necessity, doesn’t “know” or “understand” one another. As a result, we refer to the instruments in Eclipse SmartHome as Things. Channels reveal the capabilities of these things. A channel is usually stateful and can also accept commands.

These bundles explain the channels and configuration parameters that a thing can have. Furthermore, how to discover it automatically. A box also includes a ThingHandler, which handles the direct correspondence with the real device. It establishes the relation, checks for changes in value or polls for them, and passes out instructions. We leave the real-world representation with Items and replace it with an approximation. They are the objects for which users communicate. As a result, they could be connected to channels to monitor a system.

Eclipse Hono

The Eclipse Hono service provides network frameworks that are far from linking a large range of IoT devices to universally communicate with them without regard for the tool connectivity protocol used. It is a collection of remote service APIs for linking various IoT devices to a back end and universally communicating with them, independent of user connectivity protocol. Its telemetry and event APIs, in particular, allow flexible and convenient consumption of high amounts of sensor data.

Hono’s Command & Manipulate API allows you to send commands (request messages) to devices and receive a consistent response asynchronously. Eclipse Hono provides APIs for provisioning and managing linked gadget identities and credentials.

credits: https://www.eclipse.org/hono/img/sharing-default.png

Key Features

Hono can link various IoT devices. Its horizontal scaling is allowed by its microservice-based architecture and use of a reactive programming model.
It can connect the (cloud) back end to a variety of various devices.
Irrespective of platform protocol, it can communicate all the devices using the same basic API.
Hono offers APIs for the following popular IoT communication patterns: Devices can use remote monitoring and event notifications to monitor sensor readings, while apps can use Command & Control to control devices.
Hono is built by giving priority to safety.
It uses Transport Layer Security (TLS) while communicating with devices. It also supports standard authentication protocols to validate a device’s identity.
Hono has a convenient way of adding custom protocol adapters.

Eclipse Hawkbit

Eclipse HawkBit aims to develop a domain-agnostic backend approach for deploying software upgrades to resource-constrained devices. Also more powerful controllers and gateways connecting to IP-based network connections.
Gadgets are connected to this server either directly via an integrated interface or indirectly through unified devise control servers.

credits: https://www.eclipse.org/hawkbit/images/hawkbit_logo.png

Why Hawkbit?

In most IoT cases, It is essential to update software (components) on constrained edge computers. Also, on more efficient controllers and gateways. IoT solution manages this process itself. But it is often supported by a dedicated device control system. In the IoT space, this method creates needless repetitive work. Particularly when it comes to the difficulties of enforcing a secure and dependable remote software upgrade process. The method of updating applications must never fail and must never be risked. On the one side, it can address virtually every problem on the computer. But it still presents the most challenging security issue if malware implements through it.

The method of updating software is frequently viewed as a sub-process of overall system management. Most configuration management systems have the ability to automatically upgrade groups of equipment, as well as an artifact registry and simple reporting and tracking features. This is valid for all IoT-specific systems and systems emanating from the mobile space.

A complete device management system’s broad functional spectrum adds needless difficulty to many IoT programs. It is especially true for IoT solutions that deal with restricted hardware, where generic system management specifications are often small. But, a stable and efficient software upgrade mechanism is always needed. As a consequence, we need a domain-independent approach:

That is suitable for the vast majority of IoT programs.
Which goes beyond mere updates and takes care of the more complicated deployment strategies required by large-scale IoT ventures.
That is based on software upgrades in the IoT space simultaneously.
And one that can work independently in simple situations while still being able to connect with current device management systems and protocols.

References

Primary Source
Smarthome
Hono
Hawkbit

Creating a multiplication Skill in Alexa using python

Written By Monisha Macharla

Hi, I'm Monisha. I am a tech blogger and a hobbyist. I am eager to learn and explore tech related stuff! also, I wanted to deliver you the same as much as the simpler way with more informative content. I generally appreciate learning by doing, rather than only learning. Thank you for reading my blog! Happy learning!

RELATED POSTS

Creating REST API CRUD with Node.js, Express and MongoDB

Creating REST API CRUD with Node.js, Express and MongoDB

In our previous blog, we explored the fundamentals of creating a REST API with in-memory CRUD operations using Node.js and Express. Now, we're taking a significant step forward by integrating our product data with a database. This transition is pivotal for achieving...

How to create REST API using Node.js and Express?

How to create REST API using Node.js and Express?

In the vast landscape of web development, creating a robust API is a fundamental skill. APIs, or Application Programming Interfaces, serve as the communication bridge between different software applications. Today, we'll embark on a journey to build a simple blog API...

APIs Vs. Microservices: What is the difference?

APIs Vs. Microservices: What is the difference?

You've probably heard two extravagant terms thrown around when discussing software design and integrations: APIs and microservices. Both topics are important in web application development and design nowadays, and their applications overlap. In this article, we will...

Understanding Salesforce IoT and Its Importance

Understanding Salesforce IoT and Its Importance

In this post, we are going to discuss Salesforce IoT. All across the globe, people are connecting to the Internet to access information, communicate with other people, and do business. But it's not just people that are using the Internet: objects use it too....

Best IoT IDEs For Successful IoT Products

Best IoT IDEs For Successful IoT Products

IoT IDEs are the essential tools that we need in developing our IoT projects. They give us the pathway to connect our Hardware and Software and do magical things using IoT. Consequently, they are useful. IoT is the next big thing in the world. It has taken the whole...

Top 5 Databases to store data of IoT applications

Top 5 Databases to store data of IoT applications

Databases for IoT applications The Internet of Things (IoT) produces massive quantities of data, such as streaming data, time-series data, RFID data, and sensory data, among other things. The use of a database is needed for efficient data management. The existence of...

An overview of Google Cloud Platform for IoT

An overview of Google Cloud Platform for IoT

The cloud technologies have revolutionised the niche of Internet of Things. The cloud technologies for Internet of Things offer a one stop solution for securely connecting devices and securely communicating between the devices. It also offers the tools to process the...

VIDEOS – FOLLOW US ON YOUTUBE

EXPLORE OUR IOT PROJECTS

IoT Smart Gardening System – ESP8266, MQTT, Adafruit IO

Gardening is always a very calming pastime. However, our gardens' plants may not always receive the care they require due to our active lifestyles. What if we could remotely keep an eye on their health and provide them with the attention they require? In this article,...

How to Simulate IoT projects using Cisco Packet Tracer

In this tutorial, let's learn how to simulate the IoT project using the Cisco packet tracer. As an example, we shall build a simple Home Automation project to control and monitor devices. Introduction Firstly, let's quickly look at the overview of the software. Packet...

All you need to know about integrating NodeMCU with Ubidots over MQTT

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

All you need to know about integrating NodeMCU with Ubidots over Https

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

How to design a Wireless Blind Stick using nRF24L01 Module?

Introduction Let's learn to design a low-cost wireless blind stick using the nRF24L01 transceiver module. So the complete project is divided into the transmitter part and receiver part. Thus, the Transmitter part consists of an Arduino Nano microcontroller, ultrasonic...

Sending Temperature data to ThingSpeak Cloud and Visualize

In this article, we are going to learn “How to send temperature data to ThingSpeak Cloud?”. We can then visualize the temperature data uploaded to ThingSpeak Cloud anywhere in the world. But "What is ThingSpeak?” ThingSpeak is an open-source IoT platform that allows...

Amaze your friend with latest tricks of Raspberry Pi and Firebase

Introduction to our Raspberry Pi and Firebase trick Let me introduce you to the latest trick of Raspberry Pi and Firebase we'll be using to fool them. It begins with a small circuit to connect a temperature sensor and an Infrared sensor with Raspberry Pi. The circuit...

How to implement Machine Learning on IoT based Data?

Introduction The industrial scope for the convergence of the Internet of Things(IoT) and Machine learning(ML) is wide and informative. IoT renders an enormous amount of data from various sensors. On the other hand, ML opens up insight hidden in the acquired data....

Smart Display Board based on IoT and Google Firebase

Introduction In this tutorial, we are going to build a Smart Display Board based on IoT and Google Firebase by using NodeMCU8266 (or you can even use NodeMCU32) and LCD. Generally, in shops, hotels, offices, railway stations, notice/ display boards are used. They are...

Smart Gardening System – GO GREEN Project

Automation of farm activities can transform agricultural domain from being manual into a dynamic field to yield higher production with less human intervention. The project Green is developed to manage farms using modern information and communication technologies....