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.
We use the static page generator mdBook for this documentation. To use and visualize it locally:
- Download and install Rust (at least 1.35) and Cargo
- Install mdBook:
cargo install mdbook
- In the doc folder, run
mdbook serve
to serves it athttp://localhost:3000
More information: Official mdBook documentation