Skip to main content

What is Luos? Explanation of our devtool dedicated to embedded, edge and cyber-physical systems

· 3 min read
Nicolas Lorenzi

Luos is an open-source, real-time and lightweight distributed microservices orchestrator dedicated to embedded, edge and cyber-physical systems.

This devtool simplifies the process of linking any hardware component or application code together into a single system image, allowing for greater flexibility and ease of development.

Luos single system image

Luos is also designed to be lightweight and easy to integrate into mass production. It can be used on many microcontrollers, including small 8-bit MCU’s.

A real life example of Luos benefits: say hi to Winky

One example of how Luos can be used is in the development of complex machines such as educational robots.

For instance, consider a company called Mainbot that has developed a modular educational robot called Winky.

Traditionally, machines like Winky would require the use of multiple microcontrollers to manage all their components. If each of these microcontrollers uses Luos technology, they can all access any feature of any other microcontroller in the system as if they were all located in the same component.

luos_imgluos_img
luos_imgluos_img

How does Luos work?

To do so, Luos sorts each feature into services.

Services can include drivers for hardware components like motors or LED screens, or they can be applications that perform specific tasks, such as computing movements

In Luos, each microcontroller is called a node, and each node can host multiple services.

Nodes are linked together using any communication system. Luos manages service detections over the network as well as the communication using defined API between them.

Each service has a list of all the services in the architecture and uses Luos to share the data regardless of their physical position in the product.

This way, you can easily have services running on a computer, on the cloud, or even on another Luos machine.

This makes it much easier to develop, modify, and reuse features within the system, and reduces the time and effort required to implement inter-device communication protocols.

Thanks to Luos, the Mainbot company will be able to launch the development of Winky 2 which will be much more fluid and efficient.

The modular nature of Luos means that new features and services can be easily added to the system, even after it has been released. This allows users to customize their Winky 2 robots with new functions without having to upgrade the system entire each time (say hello to the bootloader feature).

As you see, Luos uses particular terms to define the different functionalities that make it up, in our documentation we talk about nodes, services, packages, messages, service detection and routing table.

To find out what Luos technology includes, follow the guide.

The tools of Luos

Luos is a tool that can significantly streamline the development of embedded, edge and cyber-physical systems, and make it easier to add, modify, and reuse features within them.

Its microservices-based architecture and lightweight, scalable design make it well-suited for use in mass production, and its growing community of users means it is constantly evolving and improving.

Luos mass production

In addition to its core features, Luos also offers a number of tools that make it easier to work with and monitor embedded, edge and cyber-physical systems.

For example, Luos includes tools for monitoring, managing, and updating products remotely, following a CI/CD (continuous integration/continuous deployment) methodology.

This can be especially useful in cases where products are deployed in the field and need to be maintained or upgraded remotely.

Whether you are working on a small hobby project or a large-scale industrial application, Luos deserves to be considered as a long-term development tool.

“We recently realized that we needed to spend time developing blocks of code that could be reused in the long term. Until now, we've been thinking short term, developing from scratch every time. It's time to change that.” - Gerald Baron, Pellenc Group

If you want to learn more about Luos and how it can benefit your projects, we have created a lot of documentation and tutorials to help you get started.

And because a video is better than 1000 words:

Get started with Luos