Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luos-io/documentation
The official Luos documentation for beginners, intermediates and experts.
https://github.com/luos-io/documentation
documentation edge embedded luos
Last synced: about 2 months ago
JSON representation
The official Luos documentation for beginners, intermediates and experts.
- Host: GitHub
- URL: https://github.com/luos-io/documentation
- Owner: Luos-io
- License: mit
- Created: 2019-03-21T13:49:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T00:38:35.000Z (over 1 year ago)
- Last Synced: 2024-04-16T08:45:22.196Z (8 months ago)
- Topics: documentation, edge, embedded, luos
- Language: JavaScript
- Homepage: https://www.luos.io/docs
- Size: 120 MB
- Stars: 26
- Watchers: 7
- Forks: 10
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![](https://github.com/Luos-io/Documentation/actions/workflows/deploy.yml/badge.svg)
[![](https://img.shields.io/github/license/Luos-io/Documentation)](https://github.com/Luos-io/Documentation/blob/master/LICENSE)
[![](http://certified.luos.io)](https://luos.io)
[![](https://img.shields.io/badge/Luos-Documentation-BD99FF)](https://docs.luos.io)
[![](https://img.shields.io/reddit/subreddit-subscribers/Luos?style=social)](https://www.reddit.com/r/Luos)
[![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Unleash%20electronic%20devices%20as%20microservices%20thanks%20to%20Luos&https://luos.io&via=Luos_io&hashtags=embeddedsystems,electronics,microservices,api)# Documentation
## The most for the developer
Luos provides a simple way to think your hardware products as a group of independant features. You can easily manage and share your hardware products' features with your team, external developers, or with the community. Luos is an open-source lightweight library that can be used on any MCU, leading to free and fast multi-electronic-boards products development. Choosing Luos to design a product will help you to develop, debug, validate, monitor, and manage it from the cloud.
- → Go to the [Luos Documentation](https://docs.luos.io)
## The most for the community
Most of the embedded developments are made from scratch. By using Luos, you will be able to capitalize on the development you, your company, or the Luos community already did. The re-usability of features encapsulated in Luos services will fasten the time your products reach the market and reassure the robustness and the universality of your applications.
- → Join the [Luos Discord Community](https://discord.gg/luos)
- → Join the [Luos Reddit Community](http://bit.ly/JoinLuosReddit)## Good practices with Luos
Luos proposes organized and effective development practices, guaranteeing development flexibility and evolutivity of your hardware product, from the idea to the maintenance of the industrialized product fleet.
## Let's do this
This section details the features of Luos technology as an embedded development platform, following these subjects:
- Let's test through the [Luos get started](https://docs.luos.io/get-started/), to build, flash, run, and control your very first Luos code.
- The [Basics of Luos](https://docs.luos.io/docs/luos-technology/basics/basics), explaining the general concepts and the project organization.
- Definition of [Nodes](https://docs.luos.io/docs/luos-technology/node/node), and the relation between Luos and the physical world.
- Definition of [Packages](https://docs.luos.io/docs/luos-technology/packages/package), and how to make a portable and reusable development.
- Definition of [Services](https://docs.luos.io/docs/luos-technology/services/services), how to create and declare features in your product.
- Definition of [Messages](https://docs.luos.io/docs/luos-technology/messages/index), when, why, and how to handle them, explaining the more advanced features of Luos.