If you want to clone this repo, please refer to cloning repository section.
We started designing Luos with the conviction that building electronic systems should be made easier than it is today. Most of the time should be spent on designing the applications and behaviors instead of on complex and time-and-money-eating technicalities. To give a simple example, adding a new sensor —for instance a distance sensor— to an electronic device in conception should not take more than a few minutes. So you can try, test and iterate fast on a project to truly design what users want.
Luos works like microservices architecture in the software world, and a distributed operating systems: it encapsulates any software or hardware function to make it communicate and work with any other encapsulated module, however it was developed, either on bare metal or on top of an embedded OS.
Watch this video for additional details:
→ Start reading the Basics page.
You want to make your own board with Luos modules?
→ Start reading how to integrate Luos in you Development environment.
→ Then learn how to Create a luos project.
→ Luos provides a sets of Prototyping boards you can use as example or to develop your project.
→ You can make your own embedded Luos apps.
→ You can control your devices through a Gate module using Pyluos.
If you have questions about a specific topic, you can refer or ask it on the Luos' Forum. And if you have suggestions about this documentation don't hesitate to create pull requests.
Don't hesitate to read our documentation, or to post your questions/issues on the Luos' Forum. 📚
This repository contains a submodule. The examples
folder is linked to another repository. That means this folder won't be cloned with a regular git clone
.
If you want to clone the examples
folder along with this repo, type:
git clone --recursive https://github.com/Luos-io/Luos.git
If you already cloned this repository and want to update the submodule examples
, type:
git submodule update --init --recursive