Skip to content

aubrune/Documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luos logo

What and why Luos? 💡

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:

Luos video

You are not familiar with Luos operations?

→ 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.

You want to shape your device behavior?

→ 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.

mdBook

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 at http://localhost:3000

More information: Official mdBook documentation

Don't hesitate to read our documentation, or to post your questions/issues on the Luos' Forum. 📚

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.9%
  • JavaScript 33.7%
  • Handlebars 26.4%