Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luos-io/training
Folders containing training code related to tutorials and use cases
https://github.com/luos-io/training
edge embedded luos training tutorial
Last synced: about 2 months ago
JSON representation
Folders containing training code related to tutorials and use cases
- Host: GitHub
- URL: https://github.com/luos-io/training
- Owner: Luos-io
- License: mit
- Created: 2022-01-26T11:19:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T17:58:16.000Z (about 1 year ago)
- Last Synced: 2023-12-14T16:00:57.438Z (about 1 year ago)
- Topics: edge, embedded, luos, training, tutorial
- Language: C
- Homepage: https://www.luos.io/tutorials
- Size: 244 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/Luos-io/luos_engine/actions/workflows/build.yml/badge.svg)
[![](https://img.shields.io/github/license/Luos-io/Training)](https://github.com/Luos-io/luos_engine/blob/master/LICENSE)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://www.luos.io/docs)
[![](http://certified.luos.io)](https://www.luos.io)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/luos/library/luos_engine.svg)](https://registry.platformio.org/libraries/luos/luos_engine)[![](https://img.shields.io/discord/902486791658041364?label=Discord&logo=discord&style=social)](http://bit.ly/JoinLuosDiscord)
[![](https://img.shields.io/reddit/subreddit-subscribers/Luos?style=social)](https://www.reddit.com/r/Luos)# Trainings
## 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.## 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 server](http://discord.gg/luos)
* → Join the [Luos subreddit](https://www.reddit.com/r/Luos/)## 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
* → Try on your own with the [get started](https://www.luos.io/tutorials/get-started)
* → Consult the full [documentation](https://www.luos.io/docs)## Disclaimer
Using Platformio, this library compilation send some anonymous information to Luos allowing to improve Luos_engine experience.
To disable the telemetry please add "-DNOTELEMETRY" as a compilation flag on your platformio.ini file.