You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main goal of this feature is to drastically simplify the addition of various networks’ support into the Luos engine library. Luos engine will not be limited to the Robus network layer anymore, and will be able to deal with any kind of network.
The closure of this issue will lead to the creation of a v3.0.0 release of Luos.
User point of view
This new version should not change anything on the service development side. A few API may be changed but services algorithm shouldn't change at all.
Users may have more options on the transportation layer side allowing them to choose different ones depending on there configuration.
Users can design there own transportation layer allowing to deal with custom one.
Transportation layer should be considered as kind of packages.
Expected results
In the end of this project, we should have Luos services on a computer and a board able to exchange information and detect using serial communication over USB.
Tasks :
Move files from Robus to IO folder (msg_alloc, filtering, reception, ...)
Rename files functions and check for unit tests
Check for configuration files
Add an IO init and loop functions
Add a phy struct gathering physical layers informations
Simplify rx msg_allocation by adding a buffer on the phy struct
Also use buffer to manage RX treatment out of IRQ
Add a topology IO management function
Create phy.h function template
Manage init / loop interface
Manage reception interface
Manage detection interface
Manage transmission interface
Create phy interface for Robus
Unit tests of Luos V3
Hardware test of Luos V3
Create phy interface for serial USB
The text was updated successfully, but these errors were encountered:
Any kind of network support
The main goal of this feature is to drastically simplify the addition of various networks’ support into the Luos engine library. Luos engine will not be limited to the Robus network layer anymore, and will be able to deal with any kind of network.


The closure of this issue will lead to the creation of a v3.0.0 release of Luos.
User point of view
This new version should not change anything on the service development side. A few API may be changed but services algorithm shouldn't change at all.
Users may have more options on the transportation layer side allowing them to choose different ones depending on there configuration.
Users can design there own transportation layer allowing to deal with custom one.
Transportation layer should be considered as kind of packages.
Expected results
In the end of this project, we should have Luos services on a computer and a board able to exchange information and detect using serial communication over USB.
Tasks :
The text was updated successfully, but these errors were encountered: